mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:16:13 +00:00
gl: append GL_LIB and GL_CFLAGS in pc files
This commit is contained in:
parent
88f92fd749
commit
1be75c2b3d
2 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ Description: Streaming media framework, OpenGL plugins libraries, uninstalled
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: gstreamer-@GST_API_VERSION@
|
Requires: gstreamer-@GST_API_VERSION@
|
||||||
|
|
||||||
Libs: -L${libdir} ${libdir}/libgstgl-@GST_API_VERSION@.la
|
Libs: -L${libdir} ${libdir}/libgstgl-@GST_API_VERSION@.la @GL_LIBS@
|
||||||
Cflags: -I${includedir} -I@srcdir@/..
|
Cflags: -I${includedir} -I@srcdir@/.. @GL_CFLAGS@
|
||||||
|
|
||||||
libraries=gl
|
libraries=gl
|
||||||
|
|
|
@ -8,6 +8,6 @@ Name: GStreamer OpenGL Plugins Libraries
|
||||||
Description: Streaming media framework, OpenGL plugins libraries
|
Description: Streaming media framework, OpenGL plugins libraries
|
||||||
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
|
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Libs: -L${libdir} -lgstgl-@GST_API_VERSION@
|
Libs: -L${libdir} -lgstgl-@GST_API_VERSION@ @GL_LIBS@
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir} @GL_CFLAGS@
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue