mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
4067c47794
When you use gstreamer uninstalled and build outside the source tree, the includes need to be specified for both the source tree and the build tree.
15 lines
383 B
PkgConfig
15 lines
383 B
PkgConfig
prefix=
|
|
exec_prefix=
|
|
libdir=${pcfiledir}/../gst-libs/gst
|
|
includedir=${pcfiledir}/../gst-libs
|
|
pluginsdir=${pcfiledir}/..
|
|
|
|
Name: GStreamer OpenGL Plugins Libraries, Uninstalled
|
|
Description: Streaming media framework, OpenGL plugins libraries, uninstalled
|
|
Version: @VERSION@
|
|
Requires: gstreamer-@GST_MAJORMINOR@
|
|
|
|
Libs: -L${libdir}/gl
|
|
Cflags: -I${includedir} -I@srcdir@/..
|
|
|
|
libraries=gl
|