mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libX11: fix non-working keyboard layouts (again)
this is a partial solution. requires invocation of setxkbmap when a keyboard is added / replugged. a propper fix is to move xkb setup to udev. I will do that later when our new settings addon is ready. closes #108 #823 #1661 #1741 #1743
This commit is contained in:
parent
9b9b98b1a3
commit
5d1977062a
@ -42,7 +42,6 @@ cd $PKG_BUILD
|
|||||||
--disable-xcms \
|
--disable-xcms \
|
||||||
--enable-xlocale \
|
--enable-xlocale \
|
||||||
--enable-xkb \
|
--enable-xkb \
|
||||||
--disable-xlocaledir \
|
|
||||||
--disable-xf86bigfont \
|
--disable-xf86bigfont \
|
||||||
--enable-malloc0returnsnull \
|
--enable-malloc0returnsnull \
|
||||||
--disable-specs \
|
--disable-specs \
|
||||||
|
@ -25,3 +25,9 @@
|
|||||||
mkdir -p $INSTALL/usr/lib
|
mkdir -p $INSTALL/usr/lib
|
||||||
cp -P $PKG_BUILD/src/.libs/libX11*.so* $INSTALL/usr/lib
|
cp -P $PKG_BUILD/src/.libs/libX11*.so* $INSTALL/usr/lib
|
||||||
rm -rf $INSTALL/usr/lib/libX11*.so*T
|
rm -rf $INSTALL/usr/lib/libX11*.so*T
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/share/X11
|
||||||
|
cp -R $SYSROOT_PREFIX/usr/share/X11/locale $INSTALL/usr/share/X11
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/lib/X11
|
||||||
|
cp -R $SYSROOT_PREFIX/usr/lib/X11/locale $INSTALL/usr/lib/X11
|
||||||
|
Loading…
x
Reference in New Issue
Block a user