GeneralKlipperScreen/scripts/system-dependencies.json
Alfredo Monclus 6cd1a8e12f
Add an alternative to X close #1289 (#1306)
* Changes to allow using cage-kiosk

Wayland support close #1289

* installer: many improvements

* installer: add notes about wayland status

* deps: don't pull xserver with updates
2024-04-03 14:32:32 -03:00

38 lines
764 B
JSON

{
"debian": [
"python3-virtualenv",
"virtualenv",
"python3-distutils",
"libgirepository1.0-dev",
"gcc",
"libcairo2-dev",
"pkg-config",
"python3-dev",
"gir1.2-gtk-3.0",
"fonts-nanum",
"fonts-ipafont",
"libmpv-dev",
"librsvg2-common",
"libopenjp2-7",
"wireless-tools",
"libdbus-glib-1-dev",
"policykit-1",
"autoconf"
],
"arch": [
"python-virtualenv",
"cairo",
"pkgconf",
"gobject-introspection",
"gtk3",
"ttf-nanum",
"otf-ipafont",
"mpv",
"librsvg",
"openjpeg2",
"dbus-glib",
"polkit",
"autoconf"
]
}