mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
Merge pull request #4224 from CvH/10.0/libx-fix
libxkbcommon: fix Generic build
This commit is contained in:
commit
a460eb602c
@ -23,3 +23,9 @@ else
|
|||||||
PKG_MESON_OPTS_TARGET+=" -Denable-x11=false \
|
PKG_MESON_OPTS_TARGET+=" -Denable-x11=false \
|
||||||
-Denable-wayland=false"
|
-Denable-wayland=false"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
pre_configure_target() {
|
||||||
|
if [ "${DISPLAYSERVER}" = "x11" ]; then
|
||||||
|
TARGET_LDFLAGS="$LDFLAGS -lXau -lxcb"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user