From 4f723fe99b5dbf9d3848886a457889f5d7d7ff09 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 7 Dec 2017 14:58:54 +0100 Subject: [PATCH] gtk3: Enable Wayland backend Because we can. > This switch enables the Wayland GDK backend. Replace with > --disable-wayland-backend if you do not have Wayland-1.14.0 and > wayland-protocols-1.12 or you do not wish to build GNOME with Wayland > support. Other changes may be needed to allow the build to complete > without the wayland-backend enabled. [1] http://www.linuxfromscratch.org/blfs/view/svn/x/gtk3.html --- gtk3.be0 | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk3.be0 b/gtk3.be0 index ce773a6e8..6ab49568d 100755 --- a/gtk3.be0 +++ b/gtk3.be0 @@ -56,6 +56,7 @@ SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gtk+/${PKGVERSION[2]}/gtk+-${ mee_configure() { bee_configure \ --enable-introspection \ + --enable-wayland-backend \ --enable-xinerama }