GNOME Bugzilla – Bug 755850
unbreak GL introspection build
Last modified: 2015-09-30 09:01:16 UTC
Created attachment 312397 [details] [review] Pass GL_CFLAGS to g-ir-scanner. Hi. This patches allows building gstreamer plugins-base on OpenBSD where GL includes are under /usr/X11R6. Otherwise, g-ir-scanner errors out with: gstreamer1-plugins-bad-1.6.0/gst-plugins-bad-1.6.0/gst-libs/gst/gl/gstglapi.h:35:25: error: GLES2/gl2.h: No such file or directory gstreamer1-plugins-bad-1.6.0/gst-plugins-bad-1.6.0/gst-libs/gst/gl/gstglapi.h:36:28: error: GLES2/gl2ext.h: No such file or directory gstreamer1-plugins-bad-1.6.0/gst-plugins-bad-1.6.0/gst-libs/gst/gl/gstglapi.h:53:21: error: GL/gl.h: No such file or directory Thank you.
commit a1d39d385d04b963f6231a9619946f87d8deaa94 Author: Antoine Jacoutot <ajacoutot@gnome.org> Date: Wed Sep 30 08:36:15 2015 +0200 gl: Pass GL_CFLAGS to g-ir-scanner This unbreaks building when some headers are under a non-standard path. e.g. /usr/X11R6/include as on OpenBSD. https://bugzilla.gnome.org/show_bug.cgi?id=755850