After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 704647 - gst-plugins-gl won't cmake on armhf
gst-plugins-gl won't cmake on armhf
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: gst-plugins-gl
unspecified
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-07-21 20:13 UTC by Joshua Whitley
Modified: 2013-07-22 06:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joshua Whitley 2013-07-21 20:13:03 UTC
This is due to a failed dependency check in cmake/modules/FindGlib2.cmake. Please add the following to line 10 of this file (the PATHS line of the FIND_PATH directive for glibconfig.h):

/usr/lib/arm-linux-gnueabihf/glib-2.0/include

Thanks!
Comment 1 Sebastian Dröge (slomo) 2013-07-22 06:26:52 UTC
This is a bug in the FindGLib2.cmake of cmake, it should properly look in all the paths of your system.