mesa: fix bug that would give error when packaging without wayland support
This commit is contained in:
committed by
Daniel Kolesa
parent
a5d14ef6bb
commit
c117c8e886
@@ -6,7 +6,7 @@ wrksrc="mesa-${version}"
|
|||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dglvnd=true -Dshared-glapi=true -Dgbm=true -Degl=true
|
configure_args="-Dglvnd=true -Dshared-glapi=true -Dgbm=true -Degl=true
|
||||||
-Dosmesa=gallium -Dgles1=true -Dgles2=true -Dglx=dri -Ddri3=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"
|
-Dllvm=true -Db_lto=false -Dcpp_std=gnu++14"
|
||||||
hostmakedepends="gettext flex libxml2-python llvm pkg-config
|
hostmakedepends="gettext flex libxml2-python llvm pkg-config
|
||||||
python3-Mako $(vopt_if wayland 'wayland-protocols wayland-devel')
|
python3-Mako $(vopt_if wayland 'wayland-protocols wayland-devel')
|
||||||
|
|||||||
Reference in New Issue
Block a user