mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 21:31:27 +00:00
be22b09614
Original commit message from CVS: Added gstreamer-uninstalled.pc.in in prep for future changes to pkg-config. Disabled docs building by default (--enable-docs-build to turn it on). Added more visible warning messages for lacking libraries, listing the plugins that won't build (not complete!).
11 lines
289 B
PkgConfig
11 lines
289 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 gtk+
|
|
Libs: ${pcbuilddir}/${pcfiledir}/gst/libgst.la
|
|
Cflags: -I${pcbuilddir}/${pcfiledir}
|