[Lunar-commits] <moonbase> e_dbus-svn: Re-arrange DEPENDS.

Duncan Gibson engelsman at lunar-linux.org
Fri May 1 21:42:58 CEST 2009


commit eca641c5c53bd307bc1e65542c1b37b773b34d85
Author: Oliver Dietsch <odietsch at googlemail.com>
Date:   Fri May 1 21:42:58 2009 +0200

    e_dbus-svn: Re-arrange DEPENDS.
    
    In current moonbase, e17-svn does pull in HAL optionally. This does not
    have any effect in the first place, as e_dbus is the module linking
    against HAL if the user wants it to.
    
    I also added a CONFIGURE for some build options available which do not
    seem to serve any purpose yet, but in future versions these network
    options might get a backend for enlightenemnt. The commented lines in
    CONFIGURE should be taken care of if something like that happens.
    
    Note: downloads and compiles OK, and e17-svn builds on top of it
          but also installs /usr/share/doc/e_dbus-svn/doc/images/.svn!
          untested by me - engelsman
---
 zbeta/e17/e_dbus-svn/CONFIGURE |    3 +++
 zbeta/e17/e_dbus-svn/DEPENDS   |    7 ++++++-
 2 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/zbeta/e17/e_dbus-svn/CONFIGURE b/zbeta/e17/e_dbus-svn/CONFIGURE
new file mode 100644
index 0000000..e6e71cf
--- /dev/null
+++ b/zbeta/e17/e_dbus-svn/CONFIGURE
@@ -0,0 +1,3 @@
+# mquery USE_ENM       "Enable E network manager?"  n "--enable-enm"      ""
+# mquery USE_ECONNMAN  "Enable E connman support?"  n "--enable-econnman" ""
+# mquery USE_ENOTIFY   "Disable E notifiy support?" n "--disable-enotify" ""
diff --git a/zbeta/e17/e_dbus-svn/DEPENDS b/zbeta/e17/e_dbus-svn/DEPENDS
index 0d2e70e..0dd0104 100644
--- a/zbeta/e17/e_dbus-svn/DEPENDS
+++ b/zbeta/e17/e_dbus-svn/DEPENDS
@@ -1,2 +1,7 @@
-depends  ecore-svn
 depends  dbus
+depends  ecore-svn
+
+optional_depends "hal"            \
+                 ""               \
+                 "--disable-ehal" \
+                 "for HAL support"


More information about the Lunar-commits mailing list