mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
84cffdae28
Original commit message from CVS: fix uninstalled pkgconfig files remove play and gconf from -libs
14 lines
478 B
PkgConfig
14 lines
478 B
PkgConfig
# the standard variables don't make sense for an uninstalled copy
|
|
prefix=
|
|
exec_prefix=
|
|
libdir=${pcfiledir}/../gst-libs/gst/play
|
|
includedir=${pcfiledir}/../gst-libs
|
|
|
|
Name: GStreamer Play Library, uninstalled
|
|
Description: Streaming-media framework, play libraries, not installed
|
|
Requires: gstreamer-@GST_MAJORMINOR@ >= @VERSION@ \
|
|
gstreamer-control-@GST_MAJORMINOR@ >= @VERSION@
|
|
Version: @VERSION@
|
|
|
|
Libs: ${libdir}/libgstplay-@GST_MAJORMINOR@.la
|
|
Cflags: -I${includedir}
|