mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
playmake: fix
This commit is contained in:
parent
90ba752c91
commit
620463bbd0
1 changed files with 4 additions and 2 deletions
|
|
@ -16,13 +16,15 @@ Builds:
|
|||
commit: v1.3.1
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y build-essential scons pkg-config libx11-dev libxcursor-dev
|
||||
- apt-get install -y gcc make libc-dev scons pkg-config libx11-dev libxcursor-dev
|
||||
libxinerama-dev libgl1-mesa-dev libglu1-mesa-dev libasound2-dev libpulse-dev
|
||||
libudev-dev libxi-dev libxrandr-dev libwayland-dev
|
||||
libudev-dev libxi-dev libxrandr-dev libwayland-dev git-lfs
|
||||
output: bin/playmaker.apk
|
||||
srclibs:
|
||||
- Godot@4.4.1-stable
|
||||
prebuild:
|
||||
- git lfs fetch
|
||||
- git lfs pull
|
||||
- mkdir -p bin
|
||||
- mkdir -p android
|
||||
- mkdir -p ~/.local/share/godot/export_templates/4.4.1.stable/
|
||||
|
|
|
|||
Loading…
Reference in a new issue