installer: add the new packages needed to build python-networkmanager to moonraker

not every platform has prebuilt bins, so it's necessary for those platforms to have this packages
This commit is contained in:
alfrix 2022-11-27 08:59:28 -03:00
parent da164b495e
commit fe06b38128

View File

@ -14,7 +14,7 @@ OPTIONAL="xserver-xorg-legacy fonts-nanum"
# moonraker will check this list when updating
# if new packages are required for existing installs add them below too.
PKGLIST=""
PKGLIST="libdbus-glib-1-dev autoconf"
Red='\033[0;31m'
Green='\033[0;32m'