From: Matthew Waters Date: Mon, 29 Aug 2016 06:52:44 +0000 (+1000) Subject: gl/pkgconfig: add the lib include dir to the list of includes X-Git-Tag: 1.16.2~955^2~260 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19e50de3196024375933a83bf5ee3ac7c08d3dff;p=platform%2Fupstream%2Fgst-plugins-base.git 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 --- diff --git a/pkgconfig/gstreamer-gl.pc.in b/pkgconfig/gstreamer-gl.pc.in index 5589e2a..112ce21 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@