diff --git a/Makefile b/Makefile index 59689c66f..917d3f16a 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ src-pkg: docs: ./tools/foreach './scripts/clean emulators && ./scripts/build emulators' -world: RK3588 RK3566 RK3326 RK3399 +world: RK3588 RK3566 RK3326 RK3399 S922X AMD64: unset DEVICE_ROOT diff --git a/packages/graphics/mesa/package.mk b/packages/graphics/mesa/package.mk index 86138cf8e..2051c3576 100644 --- a/packages/graphics/mesa/package.mk +++ b/packages/graphics/mesa/package.mk @@ -34,7 +34,7 @@ get_graphicdrivers PKG_MESON_OPTS_TARGET="-Dgallium-drivers=${GALLIUM_DRIVERS// /,} \ -Dgallium-extra-hud=false \ -Dgallium-omx=disabled \ - -Dgallium-nine=false \ + -Dgallium-nine=true \ -Dgallium-opencl=disabled \ -Dgallium-xa=disabled \ -Dshader-cache=enabled \ diff --git a/projects/Rockchip/devices/RK3588/options b/projects/Rockchip/devices/RK3588/options index 0c2f06300..7f65ce5c4 100755 --- a/projects/Rockchip/devices/RK3588/options +++ b/projects/Rockchip/devices/RK3588/options @@ -83,7 +83,7 @@ # for a list of additional drivers see packages/linux-drivers # Space separated list is supported, # e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2" - ADDITIONAL_DRIVERS+=" RTW89" + ADDITIONAL_DRIVERS+="" # build and install driver addons (yes / no) DRIVER_ADDONS_SUPPORT="no"