NetworkManager/contrib/fedora/REQUIRED_PACKAGES
Dan Winship 721e917cb6 wimax: drop WiMAX support (bgo #747846)
Even Fedora is no longer shipping the WiMAX SDK, so it's likely we'll
eventually accidentally break some of the code in src/devices/wimax/
(if we haven't already). Discussion on the list showed a consensus for
dropping support for WiMAX.

So, remove the SDK checks from configure.ac, remove the WiMAX device
plugin and associated manager support, and deprecate all the APIs.

For compatibility reasons, it is still possible to create and save
WiMAX connections, to toggle the software WiMAX rfkill state, and to
change the "WIMAX" log level, although none of these have any effect,
since no NMDeviceWimax will ever be created.

nmcli was only compiling in support for most WiMAX operations when NM
as a whole was built with WiMAX support, so that code has been removed
now as well. (It is still possible to use nmcli to create and edit
WiMAX connections, but those connections will never be activatable.)
2015-04-17 12:42:23 -04:00

46 lines
943 B
Plaintext

# A list of packages useful/needed to build and develop
# NetworkManager on Fedora and RHEL.
#
# Not all of these packages are available, depending
# on your distribution/release. But yum will happily
# skip them.
#
# Not all of these packages are strictly speaking necessary.
# This is a generous list of related packages.
yum install \
git \
bzip2 \
intltool \
bash-completion \
cscope \
gtk-doc \
libnl3-devel \
libndp-devel \
libtool \
autopoint \
gettext-devel \
dbus-devel \
dbus-glib-devel \
libgudev1-devel \
libuuid-devel \
nss-devel \
ppp-devel \
valgrind \
systemd-devel \
ModemManager-devel \
ModemManager-glib-devel \
newt-devel \
vala-devel \
vala-tools \
dbus-x11 \
wireless-tools-devel \
polkit-devel \
libsoup-devel \
readline-devel \
teamd-devel \
rpm-build \
perl-YAML-LibYAM \
perl-YAML \