From 6671a5c9e4ee5ae5d6cedf32901dfdb1a3b741c9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 9 Aug 2013 20:55:49 -0400 Subject: [PATCH] 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 5992f0d781..b0532d3111 100644 --- a/configure.ac +++ b/configure.ac @@ -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