summaryrefslogtreecommitdiffstats
path: root/net/network-manager/DEPENDS
blob: ed1ae72e69f71148026bb757021b662c4730138f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
depends dbus    &&
depends dbus-glib &&
depends GETTEXT &&
depends glib2 &&
depends iptables &&
depends libnl    &&
depends libgcrypt &&
depends libndp   &&
depends readline &&
depends util-linux &&
depends DEVICE-MANAGER &&
if is_depends_enabled $SPELL DEVICE-MANAGER; then
  depends libgudev
fi &&

depends $NETWORK_MANAGER_CRYPTO "--with-crypto=$NETWORK_MANAGER_CRYPTO" &&

optional_depends newt  \
                 '--with-nmtui=yes' \
                 '--with-nmtui=no' \
                 'Build nmtui' &&

optional_depends libsoup \
                 '--with-libsoup=yes' \
                 '--with-libsoup=no' \
                 'SOAP support' &&

optional_depends gtk-doc \
        "--enable-gtk-doc"  \
	"--disable-gtk-doc" \
	"use gtk-doc to build documentation" 


optional_depends policykit                    \
                 "--enable-polkit=yes"        \
                 "--enable-polkit=disabled"   \
                 "Enable PolicyKit support?"  &&

optional_depends CONSOLE-MANAGER                                \
                 "--with-session-tracking=ck"                   \
                 "--with-session-tracking=none"                 \
                 "Enable ConsoleKit session tracking support?"  &&

optional_depends dnsmasq \
                 "--with-dnsmasq" \
                 "" \
                 "DNS proxy with integrated DHCP" &&

optional_depends dhcpcd                                 \
                "--with-dhcpcd=yes --with-dhclient=no"  \
                "--with-dhcpcd=no --with-dhclient=no"   \
                "Enable dhcpcd 4.x support?"            &&

optional_depends ppp                          \
                 "--enable-ppp"               \
                 "--disable-ppp"              \
                 "enable PPP/PPPoE support?"  &&

optional_depends linux-firmware                              \
                 "--with-kernel-firmware-dir=/lib/firmware"  \
                 "" "Use Linux Firmware?"                    &&

optional_depends upower \
                 "--with-suspend-resume=upower" \
                 "" \
                 "Suspend/Resume support" &&

optional_depends IFUPDOWN \
               "--enable-ifupdown" \
               "" \
               "Network activation" &&

optional_depends BLUEZ \
               "" \
               "" \
               "Bluetooth support" &&
runtime_depends wpa_supplicant