mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
pkgconfig: fix uninstalled pkgconfig to handle out-of-source build case
This commit is contained in:
parent
3df2f0ae0a
commit
dbedd4f98d
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
||||||
# the standard variables don't make sense for an uninstalled copy
|
# the standard variables don't make sense for an uninstalled copy
|
||||||
prefix=
|
prefix=
|
||||||
exec_prefix=
|
exec_prefix=
|
||||||
libdir=${pcfiledir}/../ges
|
libdir=@abs_top_builddir@/ges
|
||||||
includedir=${pcfiledir}/..
|
includedir=@abs_top_builddir@
|
||||||
|
|
||||||
Name: gst-editing-services
|
Name: gst-editing-services
|
||||||
Description: GStreamer Editing Services
|
Description: GStreamer Editing Services
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@ gstreamer-controller-@GST_MAJORMINOR@ gstreamer-pbutils-@GST_MAJORMINOR@
|
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@ gstreamer-controller-@GST_MAJORMINOR@ gstreamer-pbutils-@GST_MAJORMINOR@
|
||||||
Libs: ${libdir}/libges-@GST_MAJORMINOR@
|
Libs: @abs_top_builddir@/ges/libges-@GST_MAJORMINOR@.la
|
||||||
Cflags: -I${includedir} -I@srcdir@/..
|
Cflags: -I@abs_top_srcdir@ -I@abs_top_builddir@
|
||||||
|
|
Loading…
Reference in a new issue