mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 06:29:31 +00:00
13cf1785d8
Original commit message from CVS: Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core)
13 lines
407 B
PkgConfig
13 lines
407 B
PkgConfig
# the standard variables don't make sense for an uninstalled copy
|
|
prefix=
|
|
exec_prefix=
|
|
libdir=${pcfiledir}
|
|
includedir=${pcfiledir}
|
|
|
|
Name: GStreamer GConf Library, uninstalled
|
|
Description: Streaming media framework, GConf support library, not installed
|
|
Requires: gstreamer >= @VERSION@
|
|
Version: @VERSION@
|
|
|
|
Libs: ${pcfiledir}/gst-libs/gst/gconf/libgstgconf-@GST_MAJORMINOR@.la
|
|
Cflags: -I${pcfiledir}/gst-libs
|