https://bugs.winehq.org/show_bug.cgi?id=45277
iiordanov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |iiordanov@gmail.com
--- Comment #70 from iiordanov@gmail.com --- For whoever finds this useful, this is how i built a winehq-devel 6.10 deb archive under Ubuntu 20.04 (should work in any Debian/Ubuntu derivative distro with slight directory name modifications too):
# First make sure deb sources are enabled in your sources.list file.
# Then, run the commands below apt build-dep winehq-devel apt install libvulkan*
apt source winehq-devel cd wine-6.10~focal patch -p1 < path/to/remis/patch/wine-vk-child-window.patch dpkg-buildpackage -rfakeroot -uc -b