mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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
This commit is contained in:
parent
29d6825f11
commit
19e50de319
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ Version: @VERSION@
|
||||||
Requires: gstreamer-base-@GST_API_VERSION@ gstreamer-@GST_API_VERSION@
|
Requires: gstreamer-base-@GST_API_VERSION@ gstreamer-@GST_API_VERSION@
|
||||||
|
|
||||||
Libs: -L${libdir} -lgstgl-@GST_API_VERSION@ @GL_LIBS@
|
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@
|
||||||
|
|
Loading…
Reference in a new issue