Merge pull request #35 from r3claimer/dev
Add S922X to world, fix ace build, box86 gallium nine
This commit is contained in:
commit
4ddf8df730
3 changed files with 3 additions and 3 deletions
2
Makefile
2
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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue