mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
43fe48e925
Original commit message from CVS: * pkgconfig/gstreamer-libs-uninstalled.pc.in: Sync requires with other checks. >= vs =.
13 lines
428 B
PkgConfig
13 lines
428 B
PkgConfig
# the standard variables don't make sense for an uninstalled copy
|
|
prefix=
|
|
exec_prefix=
|
|
libdir=${pcfiledir}/../gst-libs/gst
|
|
includedir=${pcfiledir}/../gst-libs
|
|
|
|
Name: GStreamer Uninstalled Media-Specific Libraries
|
|
Description: Streaming-media framework media-specific libraries, not installed
|
|
Version: @VERSION@
|
|
Requires: gstreamer-@GST_MAJORMINOR@ >= @VERSION@
|
|
|
|
Libs: -L${libdir}/audio -L${libdir}/video
|
|
Cflags: -I${includedir}
|