mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
c442db8165
Original commit message from CVS: some fixes to handle builddirs, which distcheck uses, along with complete .pc files
11 lines
261 B
PkgConfig
11 lines
261 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: GStreamer
|
|
Description: Streaming-media framework
|
|
Requires: glib >= 1.2.0, gtk+ >= 1.2.0, libxml >= 1.8.1
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lgst
|
|
Cflags: -I${includedir}
|