mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
14 lines
378 B
PkgConfig
14 lines
378 B
PkgConfig
|
# the standard variables don't make sense for an uninstalled copy
|
||
|
prefix=
|
||
|
exec_prefix=
|
||
|
libdir=${pcfiledir}/../gst/base
|
||
|
includedir=${pcfiledir}/..
|
||
|
|
||
|
Name: GStreamer base classes, uninstalled
|
||
|
Description: Base classes for GStreamer elements
|
||
|
Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
|
||
|
Version: @VERSION@
|
||
|
|
||
|
Libs: ${libdir}/libgstbase-@GST_MAJORMINOR@.la
|
||
|
Cflags: -I${includedir}
|