summaryrefslogtreecommitdiffstats
path: root/rules/gobject-introspection.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-06-02 22:33:01 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-06-05 11:59:28 +0200
commit95b28497b139ac1e76419c956c55f98e0e12354b (patch)
treed7cbfdfc092b64642e9e6e755d33a0d04dae1388 /rules/gobject-introspection.make
parent5bd721be68ca2e348bdbff9be7fcad71204ea0e8 (diff)
downloadptxdist-95b28497b139ac1e76419c956c55f98e0e12354b.tar.gz
ptxdist-95b28497b139ac1e76419c956c55f98e0e12354b.tar.xz
gobject-introspection: version bump 1.52.1 -> 1.56.1
Switch to Python 3 while at it. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gobject-introspection.make')
-rw-r--r--rules/gobject-introspection.make9
1 files changed, 5 insertions, 4 deletions
diff --git a/rules/gobject-introspection.make b/rules/gobject-introspection.make
index 3375293d4..e3077238b 100644
--- a/rules/gobject-introspection.make
+++ b/rules/gobject-introspection.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_GOBJECT_INTROSPECTION) += gobject-introspection
#
# Paths and names
#
-GOBJECT_INTROSPECTION_VERSION := 1.52.1
-GOBJECT_INTROSPECTION_MD5 := 34157073991f9eeb0ed953351b65eb61
+GOBJECT_INTROSPECTION_VERSION := 1.56.1
+GOBJECT_INTROSPECTION_MD5 := 62e5f5685b8d9752fdeaf17c057d53d1
GOBJECT_INTROSPECTION := gobject-introspection-$(GOBJECT_INTROSPECTION_VERSION)
GOBJECT_INTROSPECTION_SUFFIX := tar.xz
GOBJECT_INTROSPECTION_URL := http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/$(basename $(GOBJECT_INTROSPECTION_VERSION))/$(GOBJECT_INTROSPECTION).$(GOBJECT_INTROSPECTION_SUFFIX)
@@ -33,13 +33,14 @@ GOBJECT_INTROSPECTION_LICENSE := LGPL-2.1-or-later AND GPL-2.0-or-later
# autoconf
#
GOBJECT_INTROSPECTION_CONF_TOOL := autoconf
-GOBJECT_INTROSPECTION_CONF_OPT := \
+GOBJECT_INTROSPECTION_CONF_OPT = \
$(CROSS_AUTOCONF_USR) \
--disable-gtk-doc \
--disable-gtk-doc-html \
--disable-gtk-doc-pdf \
--disable-doctool \
- --without-cairo
+ --without-cairo \
+ --with-python=$(SYSTEMPYTHON3)
# needed so g-ir-compiler runs in qemu
GOBJECT_INTROSPECTION_MAKE_ENV = \