[Scummvm-git-logs] scummvm master -> 0d2f87768ea80501f4bc0ed6d1785b9f613d6304

bluegr noreply at scummvm.org
Tue Jan 30 03:01:40 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
0d2f87768e MIYOOMINI: Enable neon and freetype2 in documented compilation script


Commit: 0d2f87768ea80501f4bc0ed6d1785b9f613d6304
    https://github.com/scummvm/scummvm/commit/0d2f87768ea80501f4bc0ed6d1785b9f613d6304
Author: Vladimir Serbinenko (phcoder at gmail.com)
Date: 2024-01-30T05:01:36+02:00

Commit Message:
MIYOOMINI: Enable neon and freetype2 in documented compilation script

Changed paths:
    backends/platform/sdl/miyoo/build_miyoomini.sh


diff --git a/backends/platform/sdl/miyoo/build_miyoomini.sh b/backends/platform/sdl/miyoo/build_miyoomini.sh
index fddd89b205d..4793e966723 100755
--- a/backends/platform/sdl/miyoo/build_miyoomini.sh
+++ b/backends/platform/sdl/miyoo/build_miyoomini.sh
@@ -8,6 +8,6 @@ SYSROOT=$TOOLCHAIN/arm-linux-gnueabihf
 export PATH=$TOOLCHAIN/usr/bin:$SYSROOT/usr/include:$TOOLCHAIN/bin:$PATH
 export CXX=arm-linux-gnueabihf-g++
 
-./configure --host=miyoomini --enable-release --enable-plugins --default-dynamic --enable-engine=testbed
+./configure --host=miyoomini --enable-release --enable-plugins --default-dynamic --enable-engine=testbed --enable-ext-neon --with-freetype2-prefix=/opt/miyoomini-toolchain/arm-linux-gnueabihf/libc/usr/bin/
 
 make -j5 all sd-root sd-zip




More information about the Scummvm-git-logs mailing list