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