mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
Introduce the UNINSTALLED_GLIB_SRCDIR environment variable
This makes it possible to avoid setting PYTHONPATH in Makefile.am files. https://bugzilla.gnome.org/show_bug.cgi?id=650763
This commit is contained in:
committed by
Colin Walters
parent
5391aae009
commit
cd0cd95078
@@ -22,8 +22,8 @@ GDBUS_GENERATED = \
|
||||
$(NULL)
|
||||
|
||||
$(GDBUS_GENERATED) : gdbus-example-objectmanager.xml
|
||||
$(AM_V_GEN) UNINSTALLED_GLIB_BUILDDIR=$(top_builddir) \
|
||||
PYTHONPATH=$(top_srcdir)/gio/gdbus-2.0 \
|
||||
$(AM_V_GEN) UNINSTALLED_GLIB_SRCDIR=$(top_srcdir) \
|
||||
UNINSTALLED_GLIB_BUILDDIR=$(top_builddir) \
|
||||
$(PYTHON) $(top_builddir)/gio/gdbus-2.0/codegen/gdbus-codegen \
|
||||
--interface-prefix org.gtk.GDBus.Example.ObjectManager. \
|
||||
--c-namespace Example \
|
||||
|
Reference in New Issue
Block a user