[Lunar-commits] <moonbase> systemd: Just adding the optional_depends cryptsetup. Compiles fine

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Tue Jun 14 15:42:52 CEST 2011


commit 96cbdac51da34d752d78744d4a784837cb878464
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Jun 14 09:42:52 2011 -0400

    systemd: Just adding the optional_depends cryptsetup. Compiles fine
    
    but no further testing was done... box still boots.
---
 zbeta/systemd/DEPENDS |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zbeta/systemd/DEPENDS b/zbeta/systemd/DEPENDS
index 7fbc186..873d198 100644
--- a/zbeta/systemd/DEPENDS
+++ b/zbeta/systemd/DEPENDS
@@ -5,5 +5,5 @@ depends libcap
 depends udev
 depends vala
 
-optional_depends  "gtk+-2"  ""  "--disable-gtk"  "for user interface tools"
-
+optional_depends "gtk+-2"     "--enable-gtk"           "--disable-gtk"           "for user interface tools"
+optional_depends "cryptsetup" "--enable-libcryptsetup" "--disable-libcryptsetup" "for Device-mapper crypto encryption"


More information about the Lunar-commits mailing list