GNOME Bugzilla – Bug 704647
gst-plugins-gl won't cmake on armhf
Last modified: 2013-07-22 06:26:52 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!
This is a bug in the FindGLib2.cmake of cmake, it should properly look in all the paths of your system.