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
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}/../ges
|
||||
includedir=${pcfiledir}/..
|
||||
libdir=@abs_top_builddir@/ges
|
||||
includedir=@abs_top_builddir@
|
||||
|
||||
Name: gst-editing-services
|
||||
Description: GStreamer Editing Services
|
||||
Version: @VERSION@
|
||||
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@ gstreamer-controller-@GST_MAJORMINOR@ gstreamer-pbutils-@GST_MAJORMINOR@
|
||||
Libs: ${libdir}/libges-@GST_MAJORMINOR@
|
||||
Cflags: -I${includedir} -I@srcdir@/..
|
||||
Libs: @abs_top_builddir@/ges/libges-@GST_MAJORMINOR@.la
|
||||
Cflags: -I@abs_top_srcdir@ -I@abs_top_builddir@
|
||||
|
|
Loading…
Reference in a new issue