This repository was archived by the owner on Jan 16, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- PKG_VER=" 10.0 -esync"
1+ PKG_VER=" 10.1 -esync"
22PKG_CATEGORY=" Wine"
33PKG_PRETTY_NAME=" Wine ($PKG_VER )"
44
55BLACKLIST_ARCHITECTURE=aarch64
66
77GIT_URL=https://github.com/KreitinnSoftware/wine
8- GIT_COMMIT=f055b615d87c987bdb156fd6d29b4eff00cd8d85
8+ GIT_COMMIT=21db52b0934844bec8b2f6660a393445fb240f18
99HOST_BUILD_CONFIGURE_ARGS=" --enable-win64 --without-x"
1010HOST_BUILD_FOLDER=" $INIT_DIR /workdir/$package /wine-tools"
1111HOST_BUILD_MAKE=" make -j $( nproc) __tooldeps__ nls/all"
1212OVERRIDE_PREFIX=" $( realpath $PREFIX /../wine) "
13+ LDFLAGS=" -L$PREFIX /lib -landroid-shmem"
14+ CFLAGS=" -I$PREFIX /include"
1315CONFIGURE_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 \
You can’t perform that action at this time.
0 commit comments