diff options
author | Matthew Waters <matthew@centricular.com> | 2016-08-29 16:52:44 +1000 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2016-08-29 16:58:24 +1000 |
commit | a730842ff1c3872bb367314cbdb8cfaaaffb5d94 (patch) | |
tree | cf8570555e04b8c9259992c64eb1a841545e1928 /pkgconfig | |
parent | a7dccec0fff373b0fb86374dd0026126ff7bbaa7 (diff) |
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.in | 2 |
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@ |