diff options
| author | Michael Biebl <biebl@debian.org> | 2017-05-15 17:59:19 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-04-18 19:36:37 +0200 |
| commit | 6a32f324f450ee1da73e6fa06def037c4a05fe65 (patch) | |
| tree | 59b483d7b53075b854f4c0bde187d545b853e3c5 /debian/rules | |
| parent | aee9265c9325331914e9fd42ce06e063fabdfcab (diff) | |
Stop building libnm-glib/libnm-util
Those libraries have been deprecated for several years. The successor is libnm, a GObject-based client library using GDBus instead of dbus-glib.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index a224a16a..d7dd5f88 100755 --- a/debian/rules +++ b/debian/rules @@ -37,6 +37,7 @@ override_dh_auto_configure: --with-selinux \ --with-libaudit \ --without-dhcpcanon \ + --without-libnm-glib \ --enable-polkit \ --enable-polkit-agent \ --enable-ppp \ |