mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
00654ba62b
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. Signed-off-by: David Schleef <ds@schleef.org>
12 lines
316 B
PkgConfig
12 lines
316 B
PkgConfig
prefix=
|
|
exec_prefix=
|
|
libdir=${pcfiledir}/../gst-libs/gst/floatcast
|
|
includedir=${pcfiledir}/../gst-libs
|
|
|
|
Name: GStreamer Floatcast Library, Uninstalled
|
|
Description: Platform independent floating point macros, uninstalled
|
|
Version: @VERSION@
|
|
Requires: glib-2.0
|
|
Libs: -lm
|
|
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
|
|