summaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2016-08-29 16:52:44 +1000
committerMatthew Waters <matthew@centricular.com>2016-08-29 16:58:24 +1000
commita730842ff1c3872bb367314cbdb8cfaaaffb5d94 (patch)
treecf8570555e04b8c9259992c64eb1a841545e1928 /pkgconfig
parenta7dccec0fff373b0fb86374dd0026126ff7bbaa7 (diff)
downloadgstreamer-plugins-bad-a730842ff1c3872bb367314cbdb8cfaaaffb5d94.tar.gz
gl/pkgconfig: add the lib include dir to the list of includes
714d8aa in core removed this include dir from it's pkgconfig file. https://bugzilla.gnome.org/show_bug.cgi?id=770523
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/gstreamer-gl.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgconfig/gstreamer-gl.pc.in b/pkgconfig/gstreamer-gl.pc.in
index 5589e2a47..112ce2109 100644
--- a/pkgconfig/gstreamer-gl.pc.in
+++ b/pkgconfig/gstreamer-gl.pc.in
@@ -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@