fdff56f4ec
@drebrez deserves much credit for this one for all the testing, bisecting and for fixing everything. Thank you very much! --- * devices which need a custom weston.ini ship it with a install_if subpackage, so it only gets installed when weston is installed. This sounds complicated, but is actually pretty clean in the APKBUILD. * postmarketos-ui-weston: has a weston.ini.default, which enables xwayland and uses fbdev as backend (because that's what most devices use!). It defaults to the weston.ini.default if there is no weston.ini (as installed by the device package). * changed spaces to tabs for consistency, general minor refactoring of device-APKBUILDs
9 lines
352 B
INI
9 lines
352 B
INI
# XWayland seems to be broken for this device.
|
|
# NOTE: This information might be outdated! simply delete /etc/xdg/weston/weston.ini
|
|
# after installation to check if it is still broken, and please report if it
|
|
# isn't broken anymore (or even better: make a pull request, that removes this
|
|
# config file).
|
|
|
|
[core]
|
|
xwayland=false
|
|
backend=fbdev-backend.so
|