mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
f356cbc4f0
Original commit message from CVS: Removed the .libs from the lib path as pkg-config adds this by default.
12 lines
316 B
PkgConfig
12 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@
|
|
|