gstreamer/pkgconfig/gstreamer-uninstalled.pc.in
Erik Walthinsen ac3a27cb6f Significant cleanup of Cflags and Libs, added ../ where necessary to compensate for the .pc files living in the pkgco...
Original commit message from CVS:
Significant cleanup of Cflags and Libs, added ../ where necessary to
compensate for the .pc files living in the pkgconfig/ subdir.
2003-01-31 00:08:28 +00:00

15 lines
468 B
PkgConfig

# the standard variables don't make sense for an uninstalled copy
prefix=
exec_prefix=
libdir=${pcfiledir}/..
includedir=${pcfiledir}/..
toolsdir=${pcfiledir}/../tools
gstcontrol_libs=-lgstcontrol-@GST_MAJORMINOR@
Name: GStreamer Uninstalled
Description: Streaming-media framework, Not Installed
Version: @VERSION@
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
Libs: ${libdir}/gst/libgstreamer-@GST_MAJORMINOR@.la
Cflags: -I${includedir} -I${includedir}/libs @GST_PKG_CFLAGS@