mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
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 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue