gl/pkgconfig: add the lib include dir to the list of includes
authorMatthew Waters <matthew@centricular.com>
Mon, 29 Aug 2016 06:52:44 +0000 (16:52 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:22 +0000 (19:32 +0000)
714d8aa in core removed this include dir from it's pkgconfig file.

https://bugzilla.gnome.org/show_bug.cgi?id=770523

pkgconfig/gstreamer-gl.pc.in

index 5589e2a..112ce21 100644 (file)
@@ -10,4 +10,4 @@ Version: @VERSION@
 Requires: gstreamer-base-@GST_API_VERSION@ gstreamer-@GST_API_VERSION@
 
 Libs: -L${libdir} -lgstgl-@GST_API_VERSION@ @GL_LIBS@
-Cflags: -I${includedir} @GL_CFLAGS@
+Cflags: -I${includedir} -I${libdir}/gstreamer-@GST_API_VERSION@/include @GL_CFLAGS@