The libnma package contains an implementation of the NetworkManager GUI functions.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://download.gnome.org/sources/libnma/1.8/libnma-1.8.30.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/libnma/1.8/libnma-1.8.30.tar.xz
Download MD5 sum: e1ccac96405861ecab195be5524baae6
Download size: 1.3 MB
Estimated disk space required: 26 MB
Estimated build time: 0.1 SBU (with tests)
Gcr-3.40.0, GTK+-3.24.28, ISO Codes-4.6.0, and NetworkManager-1.30.2
mobile-broadband-provider-info
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libnma
Install libnma by running the following commands:
mkdir build && cd build && meson --prefix=/usr \ -Dgtk_doc=false \ -Dmobile_broadband_provider_info=false .. && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
-Dgtk_doc=false
: This
parameter disables generating API documentation using gtk-doc. If
you have GTK-Doc-1.33.2 installed and wish to generate
the API documentation, omit this switch.
-Dmobile_broadband_provider_info=false
:
This switch disables WWAN support because
mobile-broadband-provider-info is not in BLFS. Omit this switch if
you have it installed and wish to enable WWAN support.
Last updated on 2021-02-24 13:35:31 -0600