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

Commit 64543fa

Browse files
Update Wine, Try to enable xshm
1 parent efbbe67 commit 64543fa

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

packages/wine/build.sh

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

55
BLACKLIST_ARCHITECTURE=aarch64
66

77
GIT_URL=https://github.com/KreitinnSoftware/wine
8-
GIT_COMMIT=f055b615d87c987bdb156fd6d29b4eff00cd8d85
8+
GIT_COMMIT=21db52b0934844bec8b2f6660a393445fb240f18
99
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+
LDFLAGS="-L$PREFIX/lib -landroid-shmem"
14+
CFLAGS="-I$PREFIX/include"
1315
CONFIGURE_ARGS="--enable-archs=i386,x86_64 \
1416
--host=$TOOLCHAIN_TRIPLE \
1517
--with-wine-tools=$INIT_DIR/workdir/$package/wine-tools \
@@ -21,11 +23,12 @@ CONFIGURE_ARGS="--enable-archs=i386,x86_64 \
2123
--with-x \
2224
--x-libraries=$PREFIX/lib \
2325
--x-includes=$PREFIX/include \
26+
--with-mingw=gcc \
2427
--with-pulse \
2528
--with-gstreamer \
2629
--with-opengl \
2730
--with-gnutls \
28-
--without-xshm \
31+
--with-xshm \
2932
--without-xxf86vm \
3033
--without-osmesa \
3134
--without-usb \

0 commit comments

Comments
 (0)