New commits:
commit f0315849db4337cca9c0bc645009bc475d89ac12
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
glib2 - tweak depends
diff --git a/gnome2-libs/glib2/BUILD b/gnome2-libs/glib2/BUILD
new file mode 100755
index 0000000..e5f973b
--- /dev/null
+++ b/gnome2-libs/glib2/BUILD
@@ -0,0 +1,2 @@
+OPTS+='tests=false' &&
+meson_build
diff --git a/gnome2-libs/glib2/DEPENDS b/gnome2-libs/glib2/DEPENDS
index db7aed8..dde43ef 100755
--- a/gnome2-libs/glib2/DEPENDS
+++ b/gnome2-libs/glib2/DEPENDS
@@ -29,9 +29,9 @@ depends perl &&
# It used to be optional, but cannot be until we figure out what to do
# about gdbus-codegen. INSTALL fails without python and leaves us
# without glib2, which can break other serious stuff.
-#optional_depends PYTHON \
-# "--enable-modular-tests" \
-# "--disable-modular-tests" \
+#optional_depends python3 \
+# tests=true \
+# tests=fase \
# "Perform post-build testing" &&