summaryrefslogtreecommitdiffstats
path: root/gnome2-libs/glib2/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'gnome2-libs/glib2/DEPENDS')
-rwxr-xr-xgnome2-libs/glib2/DEPENDS18
1 files changed, 9 insertions, 9 deletions
diff --git a/gnome2-libs/glib2/DEPENDS b/gnome2-libs/glib2/DEPENDS
index b24ac4d372..726afcbb27 100755
--- a/gnome2-libs/glib2/DEPENDS
+++ b/gnome2-libs/glib2/DEPENDS
@@ -2,6 +2,7 @@
depends pkgconfig &&
depends libffi &&
+depends gettext &&
depends xz-utils &&
if [[ $GLIB_VER == devel ]];then
@@ -13,15 +14,14 @@ if ! spell_installed pkgconfig; then
fi &&
depends perl &&
-optional_depends PYTHON \
- "" \
- "" \
- "Perform post-build testing" &&
-
-optional_depends gettext \
- "" \
- "--with-libiconv=no" \
- "Build with gettext?" &&
+# 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" \
+# "Perform post-build testing" &&
+depends PYTHON &&
if spell_ok $SPELL; then
optional_depends FAM \