summaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2016-08-29 16:52:44 +1000
committerTim-Philipp Müller <tim@centricular.com>2017-12-09 19:32:22 +0000
commit19e50de3196024375933a83bf5ee3ac7c08d3dff (patch)
treeb35ac067a067cd76d27861c77fa0592aa00b1a2c /pkgconfig
parent29d6825f11279f59dd76fd5265dfe042374f4cff (diff)
downloadgstreamer-plugins-base-19e50de3196024375933a83bf5ee3ac7c08d3dff.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@