mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 21:31:27 +00:00
7eea6a04b7
Original commit message from CVS: fix for parallel installability
13 lines
383 B
PkgConfig
13 lines
383 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
|
|
toolsdir=${exec_prefix}/bin
|
|
gstcontrol_libs=-lgstcontrol-@GST_MAJORMINOR@
|
|
|
|
Name: GStreamer
|
|
Description: Streaming-media framework
|
|
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lgstreamer-@GST_MAJORMINOR@
|
|
Cflags: -I${includedir} @GST_PKG_CFLAGS@
|