Merge pull request #466 from fewtarius/dev
Ensure Xwayland has glamor support enabled.
This commit is contained in:
commit
bcaa6620aa
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue