From cbd4d9ee76d0f0d81fad5bf20f75265eb23d03b6 Mon Sep 17 00:00:00 2001 From: Florin Braescu Date: Wed, 22 Oct 2014 12:38:20 +0300 Subject: [PATCH] NetworkManager: add more optional depends. --- core/NetworkManager/BUILD | 2 +- core/NetworkManager/DEPENDS | 17 ++++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/core/NetworkManager/BUILD b/core/NetworkManager/BUILD index ac93b560..c8c1fef6 100644 --- a/core/NetworkManager/BUILD +++ b/core/NetworkManager/BUILD @@ -1,3 +1,3 @@ -OPTS+=" --with-distro=lfs " && +OPTS+=" --with-crypto=nss --disable-migration --disable-static" && default_build diff --git a/core/NetworkManager/DEPENDS b/core/NetworkManager/DEPENDS index 956a9e82..f7f6aa71 100644 --- a/core/NetworkManager/DEPENDS +++ b/core/NetworkManager/DEPENDS @@ -1,14 +1,21 @@ depends dbus-glib depends iproute2 +depends iptables depends libnl3 depends nss depends polkit depends wpa_supplicant -depends ppp depends libsoup depends libndp -depends iptables +depends libsecret +depends util-linux +depends systemd +depends vala -optional_depends "dhcpcd" "" "" "alternative DHCP client" -optional_depends "dnsmasq" "" "" "Connection sharing" -optional_depends "%BLUEZ" "" "" "Bluetooth support" +optional_depends "dhcp" "" "" "for standard DHCP client" +optional_depends "dhcpcd" "" "" "for alternative DHCP client" +optional_depends "dnsmasq" "" "" "for DNS forwarder and DHCP server with connection sharing support" +optional_depends "gnome-bluetooth" "" "" "for Bluetooth support" +optional_depends "ppp" "" "" "for Point-to-Point Protocol with dial-up networking support" +optional_depends "rp-pppoe" "" "" "for Roaring Penguin's Point-to-Point Protocol over Ethernet support" +optional_depends "ModemManager" "" "" "for mobile broadband modem support"