gl: append GL_LIB and GL_CFLAGS in pc files
This commit is contained in:
parent
88f92fd749
commit
1be75c2b3d
@ -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…
x
Reference in New Issue
Block a user