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.