mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-11 20:01:35 +00:00
13 lines
383 B
PkgConfig
13 lines
383 B
PkgConfig
|
# the standard variables don't make sense for an uninstalled copy
|
||
|
prefix=
|
||
|
exec_prefix=
|
||
|
libdir=${pcfiledir}/../ges
|
||
|
includedir=${pcfiledir}/..
|
||
|
|
||
|
Name: gst-editing-services
|
||
|
Description: GStreamer Editing Services
|
||
|
Version: @VERSION@
|
||
|
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-plugins-base-@GST_MAJORMINOR@
|
||
|
Libs: ${libdir}/libges-@GST_MAJORMINOR@
|
||
|
Cflags: -I${includedir} -I@srcdir@/..
|