mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libxkbcommon: add dependency for wayland display server
This commit is contained in:
parent
35fc73ad0f
commit
902a59db40
@ -17,7 +17,7 @@ if [ "${DISPLAYSERVER}" = "x11" ]; then
|
|||||||
PKG_MESON_OPTS_TARGET+=" -Denable-x11=true \
|
PKG_MESON_OPTS_TARGET+=" -Denable-x11=true \
|
||||||
-Denable-wayland=false"
|
-Denable-wayland=false"
|
||||||
elif [ "${DISPLAYSERVER}" = "wl" ]; then
|
elif [ "${DISPLAYSERVER}" = "wl" ]; then
|
||||||
PKG_DEPENDS_TARGET+=" wayland-protocols"
|
PKG_DEPENDS_TARGET+=" wayland wayland-protocols"
|
||||||
PKG_MESON_OPTS_TARGET+=" -Denable-x11=false \
|
PKG_MESON_OPTS_TARGET+=" -Denable-x11=false \
|
||||||
-Denable-wayland=true"
|
-Denable-wayland=true"
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user