Merge pull request #466 from fewtarius/dev

Ensure Xwayland has glamor support enabled.
This commit is contained in:
fewtarius 2022-09-05 13:14:21 -04:00 committed by GitHub
commit bcaa6620aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,8 @@ if [ "${DISPLAYSERVER}" = "wl" ]
then
PKG_DEPENDS_TARGET+=" wayland libglvnd"
PKG_MESON_OPTS_TARGET+=" -Dxorg=false \
-Dxwayland=true"
-Dxwayland=true \
-Dglamor=true"
else
PKG_MESON_OPTS_TARGET+=" -Dxorg=true \
-Dxwayland=false"