Add S922X to world, fix ace build, box86 gallium nine

This commit is contained in:
brooksytech 2024-04-01 21:10:46 +00:00
parent 0d3c290b61
commit 65da4d6fe5
No known key found for this signature in database
4 changed files with 6 additions and 5 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

@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
export BOX86_PREFER_EMULATED=1
export BOX86_PREFER_EMULATED=0
export BOX86_PREFER_WRAPPED=1
export BOX86_LD_LIBRARY_PATH="/usr/share/box86/lib"
export BOX86_BASH="/usr/bin/bash-x86"
export BOX86_LOG=0
alias box86='LD_LIBRARY_PATH=/usr/lib32:/usr/lib32/gles /usr/bin/box86'
alias box86='LD_LIBRARY_PATH=/usr/lib32:/usr/lib32/gles:/usr/lib32/d3d /usr/bin/box86'

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"