[Lunar-commits] <moonbase> hal: A little fleshing out of the DEPENDS.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Mon Feb 15 02:55:06 CET 2010


commit 90d47bef9e62935e1de70697225ea4c837c88bb0
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Feb 14 20:55:06 2010 -0500

    hal: A little fleshing out of the DEPENDS.
---
 devel/hal/BUILD   |    6 +++---
 devel/hal/DEPENDS |   11 ++++++++---
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/devel/hal/BUILD b/devel/hal/BUILD
index 8f6bbdb..6e01c8c 100644
--- a/devel/hal/BUILD
+++ b/devel/hal/BUILD
@@ -1,7 +1,7 @@
 (
-    OPTS="$OPTS --disable-docbook-docs --with-pid-file=/var/run/hald.pid  \
-                --with-backend=linux --enable-umount-helper  \
-                --disable-parted --with-udev-prefix=/lib"
+
+    OPTS="$OPTS --disable-docbook-docs --with-pid-file=/var/run/hald.pid              \
+                --with-backend=linux --enable-umount-helper --with-udev-prefix=/lib" &&
 
     # This is a temp workaround until hal realizes usb.ids can also be
     # wrapped in an archive
diff --git a/devel/hal/DEPENDS b/devel/hal/DEPENDS
index e0dfd62..0e919cd 100644
--- a/devel/hal/DEPENDS
+++ b/devel/hal/DEPENDS
@@ -3,9 +3,9 @@ depends XML-Parser
 depends dbus-glib
 depends expat
 
-optional_depends "dmidecode"  ""                 ""               "for DMI (SMBIOS) support"
-optional_depends "libusb"     ""                 "--disable-usb"  "for USB support"
-optional_depends "parted"     "--enable-parted"  ""               "for parted support"
+optional_depends "dmidecode"  "--enable-smbios"  "--disable-smbios" "for DMI (SMBIOS) support"
+optional_depends "libusb"     "--enable-usb"     "--disable-usb"    "for USB support"
+optional_depends "parted"     "--enable-parted"  "--disable-parted" "for parted support"
 
 optional_depends "gtk-doc"           \
                  "--enable-gtk-doc"  \
@@ -21,3 +21,8 @@ optional_depends "ConsoleKit"            \
                  "--enable-console-kit"  \
                  "--disable-console-kit" \
                  "to enable ConsoleKit support inside HAL"
+
+optional_depends "acl"                      \
+                 "--enable-acl-management"  \
+                 "--disable-acl-management" \
+                 "for acl support"


More information about the Lunar-commits mailing list