GeneralKlipperScreen/scripts/system-dependencies.json
Alfredo Monclus be972d50d1
Polkit rules to fix #1201 and improve network permissions avoiding the nm workaround (#1205)
* installer: use polkit for permissions

* update dependencies

* docs update
2023-12-23 12:20:58 -03:00

52 lines
1.1 KiB
JSON

{
"debian": [
"python3-virtualenv",
"virtualenv",
"python3-distutils",
"libgirepository1.0-dev",
"gcc",
"libcairo2-dev",
"pkg-config",
"python3-dev",
"gir1.2-gtk-3.0",
"xinit",
"xinput",
"x11-xserver-utils",
"xserver-xorg-input-evdev",
"xserver-xorg-input-libinput",
"xserver-xorg-video-fbdev",
"xserver-xorg-legacy",
"fonts-nanum",
"fonts-ipafont",
"libmpv-dev",
"librsvg2-common",
"libopenjp2-7",
"wireless-tools",
"libdbus-glib-1-dev",
"policykit-1",
"network-manager",
"autoconf"
],
"arch": [
"python-virtualenv",
"cairo",
"pkgconf",
"gobject-introspection",
"gtk3",
"xorg-xinit",
"xorg-server",
"xf86-input-evdev",
"xf86-input-libinput",
"xf86-video-fbdev",
"ttf-nanum",
"otf-ipafont",
"mpv",
"librsvg",
"openjpeg2",
"dbus-glib",
"polkit",
"networkmanager",
"autoconf"
]
}