gstreamer/gstreamer-uninstalled.pc.in
Wim Taymans f356cbc4f0 Removed the .libs from the lib path as pkg-config adds this by default.
Original commit message from CVS:
Removed the .libs from the lib path as pkg-config adds this by default.
2001-09-09 12:09:19 +00:00

13 lines
316 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: GStreamer Uninstalled
Description: Streaming-media framework, Not Installed
Version: @VERSION@
Requires: glib >= 1.2.0, gtk+ >= 1.2.0, libxml >= 1.8.1
Libs: -lgst -L${pcfiledir}/gst/
Cflags: -I${pcfiledir} @GST_DEFINE_CFLAGS@