From e813615c5a62ecf590494c89529ea911cb97d9b0 Mon Sep 17 00:00:00 2001 From: Nicu Borta Date: Sun, 10 May 2020 21:21:53 +0300 Subject: [PATCH] mesa: fix bug that would give error when packaging without wayland support --- srcpkgs/mesa/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template index 3f98f454709da1..4c6046a3c45b87 100644 --- a/srcpkgs/mesa/template +++ b/srcpkgs/mesa/template @@ -6,7 +6,7 @@ wrksrc="mesa-${version}" build_style=meson configure_args="-Dglvnd=true -Dshared-glapi=true -Dgbm=true -Degl=true -Dosmesa=gallium -Dgles1=true -Dgles2=true -Dglx=dri -Ddri3=true - -Dlmsensors=true -Dplatforms=x11,drm,$(vopt_if wayland wayland),surfaceless + -Dlmsensors=true -Dplatforms=x11,drm,$(vopt_if wayland wayland,)surfaceless -Dllvm=true -Db_lto=false -Dcpp_std=gnu++14" hostmakedepends="gettext flex libxml2-python llvm pkg-config python3-Mako $(vopt_if wayland 'wayland-protocols wayland-devel')