mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
1624015adf
Original commit message from CVS: allow gst-player to be run uninstalled again
13 lines
423 B
PkgConfig
13 lines
423 B
PkgConfig
# the standard variables don't make sense for an uninstalled copy
|
|
prefix=
|
|
exec_prefix=
|
|
libdir=${pcfiledir}
|
|
includedir=${pcfiledir}
|
|
|
|
Name: GStreamer Play Library, uninstalled
|
|
Description: Streaming-media framework, play libraries, not installed
|
|
Requires: gstreamer >= @VERSION@
|
|
Version: @VERSION@
|
|
|
|
Libs: ${pcfiledir}/gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la -lgstcontrol-@GST_MAJORMINOR@
|
|
Cflags: -I${pcfiledir}/libs
|