From 780fa2679ffd20baaf9fc6c0ed5a8631e11519f7 Mon Sep 17 00:00:00 2001 From: orbea Date: Wed, 24 Apr 2019 09:32:01 -0700 Subject: [PATCH] qb: Disable wayland for CXX_BUILD for now. --- qb/config.params.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qb/config.params.sh b/qb/config.params.sh index 34699330c5..81967c2e8b 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -76,6 +76,7 @@ HAVE_DISPMANX=no # Dispmanx video support HAVE_SUNXI=no # Sunxi video support HAVE_WAYLAND=auto # Wayland support C89_WAYLAND=no +CXX_WAYLAND=no HAVE_EGL=auto # EGL context support HAVE_VG=auto # OpenVG support HAVE_CG=auto # Cg shader support