[Lunar-commits] <moonbase> systemd: gtk+-2 support implies libnotify too.

Florin Braescu florin at lunar-linux.org
Sat Jun 18 12:49:49 CEST 2011


commit 81035de80283330fa67fb34b0ae89eb0d7da273f
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Jun 18 14:49:49 2011 +0400

    systemd: gtk+-2 support implies libnotify too.
---
 zbeta/systemd/BUILD   |    2 +-
 zbeta/systemd/DEPENDS |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zbeta/systemd/BUILD b/zbeta/systemd/BUILD
index 3de259f..a39196f 100644
--- a/zbeta/systemd/BUILD
+++ b/zbeta/systemd/BUILD
@@ -1,6 +1,6 @@
 (
 
-  autoreconf &&
+#  autoreconf &&
   OPTS+=" --with-rootdir=/ " &&
   OPTS+=" --with-distro=other" &&
   OPTS+=" --with-udevrulesdir=/lib/udev/rules.d/" &&
diff --git a/zbeta/systemd/DEPENDS b/zbeta/systemd/DEPENDS
index 608696d..4b12d73 100644
--- a/zbeta/systemd/DEPENDS
+++ b/zbeta/systemd/DEPENDS
@@ -4,5 +4,5 @@ depends libcap
 depends udev
 depends vala
 
-optional_depends "gtk+-2"     "--enable-gtk"           "--disable-gtk"           "for user interface tools"
+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