renable missing features
This commit is contained in:
parent
1701691dd2
commit
ab048afa0b
1 changed files with 10 additions and 1 deletions
|
@ -76,7 +76,7 @@ source="
|
|||
options="!check" # we skip tests intentionally
|
||||
builddir="$srcdir/mesa-${pkgver/_/-}"
|
||||
|
||||
_dri_driverdir=/usr/lib/xorg/modules/dri
|
||||
_dri_driverdir=/usr/lib/dri
|
||||
_gallium_drivers="r300,r600,radeonsi,nouveau,llvmpipe,virgl,zink"
|
||||
_vulkan_drivers="amd,swrast"
|
||||
_vulkan_layers="device-select,overlay"
|
||||
|
@ -160,7 +160,16 @@ build() {
|
|||
abuild-meson \
|
||||
-Db_ndebug=true \
|
||||
-Db_lto=$_lto \
|
||||
-Dallow-kcmp=enabled \
|
||||
-Dexpat=enabled \
|
||||
-Dintel-rt=$_intel_rt \
|
||||
-Dpower8=enabled \
|
||||
-Dshader-cache=enabled \
|
||||
-Dxlib-lease=enabled \
|
||||
-Dxmlconfig=enabled \
|
||||
-Dzstd=enabled \
|
||||
-Dbackend_max_links=2 \
|
||||
-Dbuild-tests=true \
|
||||
-Ddri-drivers-path=$_dri_driverdir \
|
||||
-Dgallium-drivers=$_gallium_drivers \
|
||||
-Dvulkan-drivers=$_vulkan_drivers \
|
||||
|
|
Loading…
Reference in a new issue