summaryrefslogtreecommitdiffstats
path: root/rules/python3-gi.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-10-15 22:34:43 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-10-19 20:17:51 +0200
commit79ff3f6e10eb8fb99471cf2df4632b57c056ca80 (patch)
tree777ce2f666a3d7ba3c42945014d79019bcaab559 /rules/python3-gi.make
parent32c119e4a7823ac5618ebf684133dc11945409ff (diff)
downloadptxdist-79ff3f6e10eb8fb99471cf2df4632b57c056ca80.tar.gz
ptxdist-79ff3f6e10eb8fb99471cf2df4632b57c056ca80.tar.xz
python3-gi: version bump 3.18.2 -> 3.28.3
Update to 3.28.3 for now. Versinn 3.30 needs meson 0.46.0. That means requiring Python 3.5 on the build host. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python3-gi.make')
-rw-r--r--rules/python3-gi.make12
1 files changed, 8 insertions, 4 deletions
diff --git a/rules/python3-gi.make b/rules/python3-gi.make
index dfa364faa..10b8f9a67 100644
--- a/rules/python3-gi.make
+++ b/rules/python3-gi.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_PYTHON3_GI) += python3-gi
#
# Paths and names
#
-PYTHON3_GI_VERSION := 3.18.2
-PYTHON3_GI_MD5 := 0a956f3e785e23b0f136832f2e57a862
+PYTHON3_GI_VERSION := 3.28.3
+PYTHON3_GI_MD5 := 3bac63c86bb963aa401f97859464aa90
PYTHON3_GI := pygobject-$(PYTHON3_GI_VERSION)
PYTHON3_GI_SUFFIX := tar.xz
PYTHON3_GI_URL := http://ftp.gnome.org/pub/GNOME/sources/pygobject/$(basename $(PYTHON3_GI_VERSION))/$(PYTHON3_GI).$(PYTHON3_GI_SUFFIX)
@@ -35,10 +35,14 @@ PYTHON3_GI_LICENSE := LGPL-2.1-or-later
PYTHON3_GI_CONF_TOOL := autoconf
PYTHON3_GI_CONF_OPT = \
$(CROSS_AUTOCONF_USR) \
+ --disable-glibtest \
--disable-cairo \
- --disable-iso-c \
+ --enable-introspection \
+ --enable-compile-warnings \
+ --disable-Werror \
--disable-code-coverage \
- --with-python=$(CROSS_PYTHON3)
+ --with-python=$(CROSS_PYTHON3) \
+ --without-common
# ----------------------------------------------------------------------------
# Install