Merge pull request #35 from r3claimer/dev

Add S922X to world, fix ace build, box86 gallium nine
This commit is contained in:
r3claimer 2024-04-01 14:28:13 -07:00 committed by GitHub
commit 4ddf8df730
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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 \

View file

@ -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"