void-bash-installer/modules/de.d/pre/system/wayland.mod
2021-03-11 14:04:04 +01:00

16 lines
298 B
Modula-2

echo not implemented
return
modulname="wayland"
startmodul config "${modulname}"
pkg+=( qt5-wayland )
postrun_modules+=( "70-de.mod.de/system/${modulname}" )
#ignore+=()
#services_enable+=()
#services_disable+=()
cat <<'EOF'>> "${postinstall}"
startmodul post "wayland"
MOZ_ENABLE_WAYLAND=1
EOF