mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
2953b3174e
Original commit message from CVS: pc file cleanups
13 lines
437 B
PkgConfig
13 lines
437 B
PkgConfig
# the standard variables don't make sense for an uninstalled copy
|
|
prefix=
|
|
exec_prefix=
|
|
libdir=${pcfiledir}/../libs
|
|
includedir=${pcfiledir}/..
|
|
|
|
Name: GStreamer data protocol library, uninstalled
|
|
Description: Data protocol 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@
|