diff options
author | Julien Isorce <jisorce@oblong.com> | 2017-07-07 16:33:42 +0100 |
---|---|---|
committer | Julien Isorce <jisorce@oblong.com> | 2017-07-14 10:10:47 +0100 |
commit | e21375d40caaa715779d71c628160c749f2a222d (patch) | |
tree | e6c3b853ed8aa235d52d920b30ae7047a6ffa2f7 /pkgconfig | |
parent | 5b4d907709539f0b1a7a8f461d39f134fac57029 (diff) |
pkgconfig: missing GL_CFLAGS in gstreamer-gl-uninstalled.pc.in
Already present in gstreamer-gl.pc.in
https://bugzilla.gnome.org/show_bug.cgi?id=784779
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/gstreamer-gl-uninstalled.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgconfig/gstreamer-gl-uninstalled.pc.in b/pkgconfig/gstreamer-gl-uninstalled.pc.in index b4ae6d306..a426eb4d8 100644 --- a/pkgconfig/gstreamer-gl-uninstalled.pc.in +++ b/pkgconfig/gstreamer-gl-uninstalled.pc.in @@ -14,5 +14,5 @@ Version: @VERSION@ Requires: gstreamer-base-@GST_API_VERSION@ gstreamer-@GST_API_VERSION@ Libs: -L${libdir} -lgstgl-@GST_API_VERSION@ -Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs +Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs @GL_CFLAGS@ |