mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
991e42bc4b
Original commit message from CVS: * add 'toolsdir' to the pc files * add our first plugin test, which involves simply running gst-compprep, which in the course of creating the completion registry instantiates every plugin. gst-register is run first.
12 lines
309 B
PkgConfig
12 lines
309 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
toolsdir=${exec_prefix}/bin
|
|
|
|
Name: GStreamer
|
|
Description: Streaming-media framework
|
|
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -L${libdir}/gst -lgstreamer
|
|
Cflags: -I${includedir} @GST_PKG_CFLAGS@
|