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:
Tim-Philipp Müller 2011-01-11 13:05:12 +00:00
parent baab0f78e6
commit fc964b2e44
6 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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