[Lunar-commits] <moonbase> obexd: Adding a CONFIGURE to allow disabling of server and/or client modes.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Mon Sep 5 23:14:44 CEST 2011


commit 6ae2b325f7d5cb6b25d0d0cfd980e6b9b8d2b842
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Mon Sep 5 17:14:44 2011 -0400

    obexd: Adding a CONFIGURE to allow disabling of server and/or client modes.
    
    Adjusting DEPENDS to allow for disabling of usb.
---
 net/obexd/CONFIGURE |    3 +++
 net/obexd/DEPENDS   |    2 ++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/net/obexd/CONFIGURE b/net/obexd/CONFIGURE
new file mode 100644
index 0000000..6c5df53
--- /dev/null
+++ b/net/obexd/CONFIGURE
@@ -0,0 +1,3 @@
+mquery USE_SRVR "Disable server mode?" n "--disable-server" "--enable-server"
+mquery USE_CLIENT "Disable client mode?" n "--disable-client" "--enable-client"
+
diff --git a/net/obexd/DEPENDS b/net/obexd/DEPENDS
index 6a455b5..33e1c0b 100644
--- a/net/obexd/DEPENDS
+++ b/net/obexd/DEPENDS
@@ -3,3 +3,5 @@ depends bluez
 depends openobex
 depends libical
 
+optional_depends "usbutils" "--enable-usb" "--disable-usb" "for usb support"
+


More information about the Lunar-commits mailing list