photochiotte : add gperf dependency

This commit is contained in:
LaDaube PhotoChiotte 2023-12-29 07:28:48 +00:00 committed by linsui
parent 8b5a333173
commit e4b3549459

View file

@ -801,7 +801,28 @@ Builds:
.
ndk: r26b
- versionName: '1.47'
versionCode: 48
commit: d4cca0c3cb2e9fda73da1b607380c4f1920d68f1
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
- apt-get install -y meson ninja-build -t bullseye-backports
- apt-get install -y autoconf automake libtool make nasm pkg-config autopoint
cmake python3-markupsafe python3-jsonschema python3-jinja2 gperf
gradle:
- flavorA
build:
- cd ..
- bash dlbuild.sh all
- cd app/src/main/cpp
- cmake -DANDROID_NATIVE_API_LEVEL=24 -DCMAKE_TOOLCHAIN_FILE=$$NDK$$/build/cmake/android.toolchain.cmake
.
ndk: r26b
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: '1.46'
CurrentVersionCode: 47
CurrentVersion: '1.47'
CurrentVersionCode: 48