diff options
| author | Michael Biebl <biebl@debian.org> | 2018-06-11 03:07:56 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-06-11 03:14:41 +0200 |
| commit | 37b318b001ea075beba7fc4306c6a802fdfcd0ca (patch) | |
| tree | 7923fb4dae6853e86f3d54b1f0ec261decd0ed44 | |
| parent | d295194ad3b27bd2987da391731c9c3b2251879d (diff) | |
Enable iwd support
| -rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 88a49262..4387a89c 100755 --- a/debian/rules +++ b/debian/rules @@ -36,6 +36,7 @@ override_dh_auto_configure: --with-nmcli \ --with-selinux \ --with-libaudit \ + --with-iwd \ --without-dhcpcanon \ --without-libnm-glib \ --enable-polkit \ |