Rebuild with libaudit, enable documentation and add optional dependency descriptions

This commit is contained in:
2026-06-21 14:43:56 +03:00
parent 2865f30456
commit fe49d1df1d
2 changed files with 12 additions and 11 deletions
+11 -10
View File
@@ -1,7 +1,7 @@
name: networkmanager name: networkmanager
description: Network management daemon and tools description: Network management daemon and tools
version: 1.56.1 version: 1.56.1
revision: 2 revision: 3
url: https://networkmanager.dev/ url: https://networkmanager.dev/
license: GPL2-or-later,LGPL2.1-or-later,GFDL1.1-or-later license: GPL2-or-later,LGPL2.1-or-later,GFDL1.1-or-later
maintainers: maintainers:
@@ -28,19 +28,20 @@ depends:
- nss - nss
- readline - readline
optional_depends: optional_depends:
- bluez - bluez:For Bluetooth support
- dhcpcd - dhcpcd:alternative DHCP client
- dnsmasq - dnsmasq:For connection sharing
- iptables - iptables:For firewall suport
- iwd - iwd:For Wi-Fi support
- modemmanager - modemmanager:For cellular network support
- nftables - nftables:For connection sharing
- polkit - polkit:Allow non-root users to control networking
- wpa_supplicant - wpa_supplicant:For Wi-Fi support
make_depends: make_depends:
- dhcpcd - dhcpcd
- dnsmasq - dnsmasq
- gobject-introspection - gobject-introspection
- gtk-doc
- iptables - iptables
- iwd - iwd
- meson - meson
+1 -1
View File
@@ -7,7 +7,7 @@
build() { build() {
meson setup --prefix=/usr \ meson setup --prefix=/usr \
--buildtype=release \ --buildtype=release \
-Dlibaudit=no \ -Ddocs=true \
-Dnmtui=true \ -Dnmtui=true \
-Dppp=false \ -Dppp=false \
-Dselinux=false \ -Dselinux=false \