Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit 5aa1e8c

Browse files
Force libXi on wine
1 parent 2ad2c9c commit 5aa1e8c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/wine/build.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PKG_VER="10.0-esync"
1+
PKG_VER="10.0-2-esync"
22
PKG_CATEGORY="Wine"
33
PKG_PRETTY_NAME="Wine ($PKG_VER)"
44

@@ -10,6 +10,7 @@ HOST_BUILD_CONFIGURE_ARGS="--enable-win64 --without-x"
1010
HOST_BUILD_FOLDER="$INIT_DIR/workdir/$package/wine-tools"
1111
HOST_BUILD_MAKE="make -j $(nproc) __tooldeps__ nls/all"
1212
OVERRIDE_PREFIX="$(realpath $PREFIX/../wine)"
13+
1314
CONFIGURE_ARGS="--enable-archs=i386,x86_64 \
1415
--host=$TOOLCHAIN_TRIPLE \
1516
--with-wine-tools=$INIT_DIR/workdir/$package/wine-tools \
@@ -26,9 +27,10 @@ CONFIGURE_ARGS="--enable-archs=i386,x86_64 \
2627
--with-opengl \
2728
--with-gnutls \
2829
--with-mingw=clang \
29-
--with-xi \
30-
--enable-nls \
30+
--enable-nls \
3131
--without-xshm \
32+
--with-xinput \
33+
--with-xinput2 \
3234
--without-xxf86vm \
3335
--without-osmesa \
3436
--without-usb \

0 commit comments

Comments
 (0)