Build Wayland backend by default

Unless an explicit backend is enabled via configure option, build
both the X11 and Wayland backends.

https://bugzilla.gnome.org/show_bug.cgi?id=705498
This commit is contained in:
Matthias Clasen
2013-08-09 20:55:49 -04:00
parent 04d6d622d5
commit 6671a5c9e4

View File

@ -314,6 +314,7 @@ if test -z "$backend_set"; then
enable_win32_backend=yes
else
enable_x11_backend=yes
enable_wayland_backend=yes
fi
fi