The post mentioned by @IncredibleLaser (https://www.winehq.org/mailman3/hyperkitty/list/wine-devel@winehq.org/thread/5GQWFP7MC6GQTL2KLAV6F6RUMOE3QULI/) contains build instructions including this line:
$ ./configure --with-wayland [--with-vulkan]
@sem.z Could you add the "--with-vulkan" to the PKGBUILD please? (assuming it builds, doesn't cause you issues)? Or could you make me sub-maintainer please?
Pinned Comments
skylize commented on 2022-06-14 00:05 (UTC) (edited on 2022-06-14 00:09 (UTC) by skylize)
Also ran into the same problem as @estebiu and @Kyuunex, of "failed to set dynamic section sizes". Solved by adding
MAKEFLAGS=-j1
to the PKGBUILD (overriding my settings in makepkg.conf for parallel jobs). Glacially slow to build, but actually completes.This should probably be added to the maintained PKGBUILD. (As the Arch Wiki suggests is somewhate common practice. https://wiki.archlinux.org/title/Makepkg#Improving_compile_times)