pkgconfig: fix gstreamer-gl uninstalled
Ensure to provide libgstgl also in the uninstalled setup. Fixes build of gst-omx for RPI in uninstalled setup.
This commit is contained in:
parent
c9d2f8ee94
commit
22d5f77ccf
@ -1,6 +1,6 @@
|
|||||||
prefix=
|
prefix=
|
||||||
exec_prefix=
|
exec_prefix=
|
||||||
libdir=${pcfiledir}/../gst-libs/gst
|
libdir=${pcfiledir}/../gst-libs/gst/gl
|
||||||
includedir=${pcfiledir}/../gst-libs
|
includedir=${pcfiledir}/../gst-libs
|
||||||
pluginsdir=${pcfiledir}/..
|
pluginsdir=${pcfiledir}/..
|
||||||
|
|
||||||
@ -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}/gl
|
Libs: -L${libdir} ${libdir}/libgstgl-@GST_API_VERSION@.la
|
||||||
Cflags: -I${includedir} -I@srcdir@/..
|
Cflags: -I${includedir} -I@srcdir@/..
|
||||||
|
|
||||||
libraries=gl
|
libraries=gl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user