mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
cb11781c5b
Original commit message from CVS: make description look like in other .pc files (cosmetic change)
13 lines
425 B
PkgConfig
13 lines
425 B
PkgConfig
# the standard variables don't make sense for an uninstalled copy
|
|
prefix=
|
|
exec_prefix=
|
|
libdir=${pcfiledir}/../gst-libs/gst/gconf
|
|
includedir=${pcfiledir}/../gst-libs
|
|
|
|
Name: GStreamer GConf Library, uninstalled
|
|
Description: Streaming-media framework, GConf support library, not installed
|
|
Requires: gstreamer-@GST_MAJORMINOR@ gconf-2.0
|
|
Version: @VERSION@
|
|
|
|
Libs: ${libdir}/libgstgconf-@GST_MAJORMINOR@.la
|
|
Cflags: -I${includedir}
|