[Spice-commits] autogen.sh README
Christophe Fergau
teuf at kemper.freedesktop.org
Tue Oct 3 11:15:00 UTC 2017
README | 5 ++++-
autogen.sh | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
New commits:
commit 26c126335e86a6226f4d3888d9c0814ee9bd076a
Author: Marie Stephanie Alesna <istephielicious at gmail.com>
Date: Tue Oct 3 13:03:27 2017 +0200
Add pyparsing requirement to README and autogen.sh
Also use --enable-python-checks in autogen.sh to check python2/3-pyparsing
requirement for rebuilds from GIT.
Signed-off-by: Marie Stephanie Alesna <istephielicious at gmail.com>
Acked-by: Christophe Fergeau <cfergeau at redhat.com>
diff --git a/README b/README
index d49b018..612027d 100644
--- a/README
+++ b/README
@@ -53,4 +53,7 @@ gstreamer1-devel gstreamer1-plugins-base-devel gstreamer1-plugins-good gstreamer
. If you build from git, you'll also need:
-libtool automake gettext-devel vala vala-tools python2/python3
+libtool automake gettext-devel vala vala-tools
+ python2 python2-pyparsing
+or
+ python3 python3-pyparsing
diff --git a/autogen.sh b/autogen.sh
index cc7bda3..363720f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,7 +12,7 @@ test -z "$srcdir" && srcdir=.
autoreconf -v --force --install
)
-CONFIGURE_ARGS="--enable-maintainer-mode --enable-gtk-doc --with-gtk=3.0 --enable-vala"
+CONFIGURE_ARGS="--enable-maintainer-mode --enable-gtk-doc --with-gtk=3.0 --enable-vala --enable-python-checks"
if [ -z "$NOCONFIGURE" ]; then
echo "Running configure with $CONFIGURE_ARGS $@"
More information about the Spice-commits
mailing list