gstreamer/gstreamer.pc.in
Andy Wingo 50b71d3919 if USE_GLIB2, the package dependencies are different
Original commit message from CVS:
if USE_GLIB2, the package dependencies are different
2001-10-27 06:44:14 +00:00

12 lines
267 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: GStreamer
Description: Streaming-media framework
Requires: @GST_PKG_DEPS@, libxml >= 1.8.1
Version: @VERSION@
Libs: -L${libdir} -lgst
Cflags: -I${includedir} @GST_DEFINE_CFLAGS@