mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
b562614242
Original commit message from CVS: configure.base: changed to 0.2.1, reworked the -D gathering for cflags gstreamer-config.in, gstreamer.pc.in, gstreamer-uninstalled.pc.in: reworked -D gathering for cflags
11 lines
281 B
PkgConfig
11 lines
281 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} @GST_DEFINE_CFLAGS@
|