NetworkManager: include nmtui, fixes #2413
This commit is contained in:
parent
956a769547
commit
15d80f492c
|
@ -211,3 +211,13 @@
|
||||||
|
|
||||||
#include "nm-dbus-interface.h"
|
#include "nm-dbus-interface.h"
|
||||||
|
|
||||||
|
--- clients/tui/nmt-mac-entry.h.orig 2015-08-30 23:22:25.151839011 +0200
|
||||||
|
+++ clients/tui/nmt-mac-entry.h 2015-08-30 23:22:46.510838483 +0200
|
||||||
|
@@ -21,6 +21,7 @@
|
||||||
|
|
||||||
|
#include "nm-utils.h"
|
||||||
|
#include "nmt-newt.h"
|
||||||
|
+#include <net/ethernet.h>
|
||||||
|
|
||||||
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'NetworkManager'
|
# Template file for 'NetworkManager'
|
||||||
pkgname=NetworkManager
|
pkgname=NetworkManager
|
||||||
version=1.0.2
|
version=1.0.2
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-dhcpcd --with-dhclient=/usr/bin/dhclient
|
configure_args="--without-dhcpcd --with-dhclient=/usr/bin/dhclient
|
||||||
--with-system-ca-path=/etc/ssl/certs --enable-more-warnings=no
|
--with-system-ca-path=/etc/ssl/certs --enable-more-warnings=no
|
||||||
--with-crypto=gnutls --disable-static --enable-ppp
|
--with-crypto=gnutls --disable-static --enable-ppp --with-nmtui
|
||||||
--with-udev-dir=/usr/lib/udev $(vopt_enable gir introspection)
|
--with-udev-dir=/usr/lib/udev $(vopt_enable gir introspection)
|
||||||
--with-kernel-firmware-dir=/usr/lib/firmware --disable-wimax
|
--with-kernel-firmware-dir=/usr/lib/firmware --disable-wimax
|
||||||
--with-pppd-plugin-dir=/usr/lib/pppd/2.4.7 --enable-modify-system
|
--with-pppd-plugin-dir=/usr/lib/pppd/2.4.7 --enable-modify-system
|
||||||
|
@ -28,7 +28,7 @@ hostmakedepends="
|
||||||
$(vopt_if gir gobject-introspection)"
|
$(vopt_if gir gobject-introspection)"
|
||||||
makedepends="libuuid-devel gnutls-devel dbus-glib-devel libgudev-devel
|
makedepends="libuuid-devel gnutls-devel dbus-glib-devel libgudev-devel
|
||||||
libnl3-devel polkit-devel ppp-devel iptables-devel libsoup-devel
|
libnl3-devel polkit-devel ppp-devel iptables-devel libsoup-devel
|
||||||
ModemManager-devel readline-devel libndp-devel"
|
ModemManager-devel readline-devel libndp-devel newt-devel"
|
||||||
|
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
depends="dbus iproute2 dhclient wpa_supplicant openresolv"
|
depends="dbus iproute2 dhclient wpa_supplicant openresolv"
|
||||||
|
|
Loading…
Reference in New Issue