[Lunar-commits] <moonbase> connman: Fix dependency options - some of these were incorrect.
Auke Kok
sofar at foo-projects.org
Wed Jan 25 04:56:33 CET 2012
commit 66d51b67523eb02df6b636d1596da3d750328579
Author: Auke Kok <sofar at foo-projects.org>
Date: Wed Jan 25 04:56:33 2012 +0100
connman: Fix dependency options - some of these were incorrect.
---
net/connman/DEPENDS | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/net/connman/DEPENDS b/net/connman/DEPENDS
index c37ca4d..00c223f 100644
--- a/net/connman/DEPENDS
+++ b/net/connman/DEPENDS
@@ -8,8 +8,8 @@ optional_depends "openconnect" "--enable-openconnect" "--disable-openconnect"
optional_depends "ofono" "--enable-ofono" "--disable-ofono" "Enable phone support"
optional_depends "bluez" "--enable-bluetooth" "--disable-bluetooth" "for Bluetooth device support"
optional_depends "polkit" "--enable-polkit" "--disable-polkit" "for PolicyKit authorization support"
-optional_depends "xl2tpd" "--enable-l2tp" "--without-l2tp" "For Layer 2 Tunneling support (VPN)"
-optional_depends "ntp" "--with-ntpd" "--withouth-ntpd" "for Network Time Protocol support"
-optional_depends "openvpn" "--with-openvpn" "--without-openvpn" "for Virtual Private Network support"
-optional_depends "pptp" "--enable-pptp" "--without-pptp" "for Virtual Private Network support"
-optional_depends "libcap-ng" "--enable-capng" "--without-capng" "for additional capabilities support"
+optional_depends "xl2tpd" "--enable-l2tp" "--disable-l2tp" "For Layer 2 Tunneling support (VPN)"
+optional_depends "ntp" "--with-ntpd" "--without-ntpd" "for Network Time Protocol support"
+optional_depends "openvpn" "--enable-openvpn" "--disable-openvpn" "for Virtual Private Network support"
+optional_depends "pptp" "--enable-pptp" "--disable-pptp" "for Virtual Private Network support"
+optional_depends "libcap-ng" "--enable-capng" "--disable-capng" "for additional capabilities support"
More information about the Lunar-commits
mailing list