summaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-11-07 11:41:01 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-11-07 12:00:29 +0100
commitda0369c66c515cf9a5d2f3ec79bf8c9e7aacb5b2 (patch)
tree5935169939f1a2799bc843da5076a514fcf2ab26 /pkgconfig
parentefbae700a618220669dd0e3df3a1a5da113c7cfd (diff)
downloadgstreamer-plugins-bad-da0369c66c515cf9a5d2f3ec79bf8c9e7aacb5b2.tar.gz
gstglconfig: Put gstglconfig.h into $(libdir)/gstreamer-1.0/include
It's architecture dependent and should not be placed into the include directory as the assumption is that all those headers are architecture independent. https://bugzilla.gnome.org/show_bug.cgi?id=739767
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 f6ebf3644..1b98762e1 100644
--- a/pkgconfig/gstreamer-gl.pc.in
+++ b/pkgconfig/gstreamer-gl.pc.in
@@ -9,5 +9,5 @@ Description: Streaming media framework, OpenGL plugins libraries
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
Version: @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@