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)
12 lines
339 B
PkgConfig
12 lines
339 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
|
|
|
|
Name: GStreamer GConf Library
|
|
Description: Streaming-media framework, GConf support library
|
|
Requires: gstreamer-@GST_MAJORMINOR@ gconf-2.0
|
|
Version: @VERSION@
|
|
|
|
Libs: -L${libdir} -lgstgconf-@GST_MAJORMINOR@
|
|
Cflags: -I${includedir}
|