mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #7507 from ToKe79/wl/libxkbcommon-dep-2
libxkbcommon: add dependency for wayland display server
This commit is contained in:
commit
a6d9d93e86
@ -17,7 +17,7 @@ if [ "${DISPLAYSERVER}" = "x11" ]; then
|
||||
PKG_MESON_OPTS_TARGET+=" -Denable-x11=true \
|
||||
-Denable-wayland=false"
|
||||
elif [ "${DISPLAYSERVER}" = "wl" ]; then
|
||||
PKG_DEPENDS_TARGET+=" wayland-protocols"
|
||||
PKG_DEPENDS_TARGET+=" wayland wayland-protocols"
|
||||
PKG_MESON_OPTS_TARGET+=" -Denable-x11=false \
|
||||
-Denable-wayland=true"
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user