mesa: fix bug that would give error when packaging without wayland support
This commit is contained in:
parent
a5d14ef6bb
commit
c117c8e886
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue