blob: a7b8e7afc02cd035720853da4a9d23f96ce8c4a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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}
|