Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Newbyte
aports
Commits
6e89ec10
Commit
6e89ec10
authored
Oct 21, 2020
by
Newbyte
🕸
Browse files
community/minetest: build with GLES support on arm* and aarch64
parent
e891db10
Pipeline
#54317
failed with stages
in 15 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
community/minetest/APKBUILD
View file @
6e89ec10
...
...
@@ -23,6 +23,11 @@ source="minetest-$pkgver.tar.gz::https://codeload.github.com/minetest/minetest/t
"
build
()
{
case
"
$CARCH
"
in
arm
*
|
aarch64
)
GLES_RENDERER
=
ON
;;
*
)
GLES_RENDERER
=
OFF
;;
esac
cmake
-B
.build_client
\
-DCUSTOM_BINDIR
=
/usr/bin
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
...
...
@@ -32,6 +37,7 @@ build() {
-DBUILD_SERVER
=
0
\
-DENABLE_REDIS
=
0
\
-DENABLE_CURL
=
1
\
-DENABLE_GLES
=
$GLES_RENDERER
\
-DRUN_IN_PLACE
=
0
make
-C
.build_client
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment