From 50c91745cc35dffe74acc5d5b3805eac2fc17dd6 Mon Sep 17 00:00:00 2001 From: Nicu Borta Date: Sun, 10 May 2020 18:49:49 +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 3f98f454709..4c6046a3c45 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')