mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +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=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}/../gst-libs/gst
|
||||
libdir=${pcfiledir}/../gst-libs/gst/gl
|
||||
includedir=${pcfiledir}/../gst-libs
|
||||
pluginsdir=${pcfiledir}/..
|
||||
|
||||
|
@ -9,7 +9,7 @@ Description: Streaming media framework, OpenGL plugins libraries, uninstalled
|
|||
Version: @VERSION@
|
||||
Requires: gstreamer-@GST_API_VERSION@
|
||||
|
||||
Libs: -L${libdir}/gl
|
||||
Libs: -L${libdir} ${libdir}/libgstgl-@GST_API_VERSION@.la
|
||||
Cflags: -I${includedir} -I@srcdir@/..
|
||||
|
||||
libraries=gl
|
||||
|
|
Loading…
Reference in a new issue