27 Feb
2023
27 Feb
'23
2:35 p.m.
Jacek Caban (@jacek) commented about configure.ac:
[enable_winex11_drv]) fi
+if test "x$with_wayland" = "xno" +then + enable_winewayland_drv=no +fi +WINE_NOTICE_WITH(wayland, [false], + [Wayland ${notice_platform}development files not found, the Wayland driver won't be supported.], + [enable_winewayland_drv])
The usual practice in Wine is to enable all modules unless dependencies are missing or explicitly disabled. I think we can do the same for Wayland driver. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2275#note_25595