mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
15 lines
491 B
PkgConfig
15 lines
491 B
PkgConfig
|
# the standard variables don't make sense for an uninstalled copy
|
||
|
prefix=
|
||
|
exec_prefix=
|
||
|
libdir=${pcfiledir}/../libs
|
||
|
includedir=${pcfiledir}/..
|
||
|
gstdataprotocol_libs=-lgstdataprotocol-@GST_MAJORMINOR@
|
||
|
|
||
|
Name: GStreamer dataprotocol library, uninstalled
|
||
|
Description: Dataprotocol for plug-ins
|
||
|
Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
|
||
|
Version: @VERSION@
|
||
|
|
||
|
Libs: ${libdir}/gst/dataprotocol/libgstdataprotocol-@GST_MAJORMINOR@.la
|
||
|
Cflags: -I${includedir} -I${includedir}/libs @GST_PKG_CFLAGS@
|