mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 13:11:06 +00:00
pkgconfig: also add libdir to -uninstalled .pc files
This way we can find the paths to pass e.g. g-ir-scanner for uninstalled setups. https://bugzilla.gnome.org/show_bug.cgi?id=639039
This commit is contained in:
parent
baab0f78e6
commit
fc964b2e44
6 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# 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=
|
libdir=@abs_top_builddir@/libs/gst/base
|
||||||
includedir=
|
includedir=
|
||||||
girdir=@abs_top_builddir@/libs/gst/base
|
girdir=@abs_top_builddir@/libs/gst/base
|
||||||
typelibdir=@abs_top_builddir@/libs/gst/base
|
typelibdir=@abs_top_builddir@/libs/gst/base
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# 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=
|
libdir=@abs_top_builddir@/libs/gst/check
|
||||||
includedir=
|
includedir=
|
||||||
girdir=@abs_top_builddir@/libs/gst/check
|
girdir=@abs_top_builddir@/libs/gst/check
|
||||||
typelibdir=@abs_top_builddir@/libs/gst/check
|
typelibdir=@abs_top_builddir@/libs/gst/check
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# 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=
|
libdir=@abs_top_builddir@/libs/gst/controller
|
||||||
includedir=
|
includedir=
|
||||||
girdir=@abs_top_builddir@/libs/gst/controller
|
girdir=@abs_top_builddir@/libs/gst/controller
|
||||||
typelibdir=@abs_top_builddir@/libs/gst/controller
|
typelibdir=@abs_top_builddir@/libs/gst/controller
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# 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=
|
libdir=@abs_top_builddir@/libs/gst/dataprotocol
|
||||||
includedir=
|
includedir=
|
||||||
girdir=@abs_top_builddir@/libs/gst/dataprotocol
|
girdir=@abs_top_builddir@/libs/gst/dataprotocol
|
||||||
typelibdir=@abs_top_builddir@/libs/gst/dataprotocol
|
typelibdir=@abs_top_builddir@/libs/gst/dataprotocol
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# 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=
|
libdir=@abs_top_builddir@/libs/gst/net
|
||||||
includedir=
|
includedir=
|
||||||
girdir=@abs_top_builddir@/libs/gst/net
|
girdir=@abs_top_builddir@/libs/gst/net
|
||||||
typelibdir=@abs_top_builddir@/libs/gst/net
|
typelibdir=@abs_top_builddir@/libs/gst/net
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# 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=
|
libdir=@abs_top_builddir@/gst
|
||||||
# includedir is builddir because it is used to find gstconfig.h in places
|
# includedir is builddir because it is used to find gstconfig.h in places
|
||||||
includedir=@abs_top_builddir@
|
includedir=@abs_top_builddir@
|
||||||
toolsdir=@abs_top_builddir@/tools
|
toolsdir=@abs_top_builddir@/tools
|
||||||
|
|
Loading…
Reference in a new issue