Skip to content

Commit

Permalink
NetworkManager: add more optional depends.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Oct 22, 2014
1 parent d871c97 commit cbd4d9e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/NetworkManager/BUILD
@@ -1,3 +1,3 @@
OPTS+=" --with-distro=lfs " &&
OPTS+=" --with-crypto=nss --disable-migration --disable-static" &&

default_build
17 changes: 12 additions & 5 deletions 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"

0 comments on commit cbd4d9e

Please sign in to comment.