[Lunar-commits] <moonbase> systemd: gtk is broken currently. thus --disable-gtk

Jean-Michel Bruenn wdp at lunar-linux.org
Tue Aug 9 10:14:21 CEST 2011


commit 5931278b38973bc192eb629ec9a49dc41675f382
Author: Jean-Michel Bruenn <wdp at lunar-linux.org>
Date:   Tue Aug 9 10:14:21 2011 +0200

    systemd: gtk is broken currently. thus --disable-gtk
---
 zbeta/systemd/BUILD   |    2 ++
 zbeta/systemd/DEPENDS |    3 ++-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/zbeta/systemd/BUILD b/zbeta/systemd/BUILD
index 5145b7a..8499ce3 100644
--- a/zbeta/systemd/BUILD
+++ b/zbeta/systemd/BUILD
@@ -4,6 +4,8 @@
   OPTS+=" --with-rootdir=/ " &&
   OPTS+=" --with-distro=other" &&
   OPTS+=" --with-udevrulesdir=/lib/udev/rules.d/" &&
+  # gtk is broken currently
+  OPTS+=" --disable-gtk" &&
 
   # just adding some files which are useful to
   # systemd
diff --git a/zbeta/systemd/DEPENDS b/zbeta/systemd/DEPENDS
index 5faec13..87d1034 100644
--- a/zbeta/systemd/DEPENDS
+++ b/zbeta/systemd/DEPENDS
@@ -3,5 +3,6 @@ depends dbus
 depends libcap
 depends udev
 
-optional_depends "libnotify"  "--enable-gtk"           "--disable-gtk"           "for user interface tools and notify support"
+# broken currently
+#optional_depends "libnotify"  "--enable-gtk"           "--disable-gtk"           "for user interface tools and notify support"
 optional_depends "cryptsetup" "--enable-libcryptsetup" "--disable-libcryptsetup" "for Device-mapper crypto encryption"


More information about the Lunar-commits mailing list