modify packages and requierments
This commit is contained in:
parent
538f79af1d
commit
5841df96ee
2 changed files with 4 additions and 3 deletions
|
@ -22,7 +22,7 @@ source.include_patterns = assets/*,images/*.png
|
||||||
#source.exclude_exts = spec
|
#source.exclude_exts = spec
|
||||||
|
|
||||||
# (list) List of directory to exclude (let empty to not exclude anything)
|
# (list) List of directory to exclude (let empty to not exclude anything)
|
||||||
source.exclude_dirs = venv
|
#source.exclude_dirs = venv
|
||||||
|
|
||||||
# (list) List of exclusions using pattern matching
|
# (list) List of exclusions using pattern matching
|
||||||
#source.exclude_patterns = license,images/*/*.jpg
|
#source.exclude_patterns = license,images/*/*.jpg
|
||||||
|
@ -36,7 +36,7 @@ version = 0.1
|
||||||
|
|
||||||
# (list) Application requirements
|
# (list) Application requirements
|
||||||
# comma separated e.g. requirements = sqlite3,kivy
|
# comma separated e.g. requirements = sqlite3,kivy
|
||||||
requirements = python3,kivy
|
requirements = python3,kivy,kivymd
|
||||||
|
|
||||||
# (str) Custom source folders for requirements
|
# (str) Custom source folders for requirements
|
||||||
# Sets custom source for any requirements with recipes
|
# Sets custom source for any requirements with recipes
|
||||||
|
@ -213,7 +213,7 @@ fullscreen = 0
|
||||||
#android.uses_library =
|
#android.uses_library =
|
||||||
|
|
||||||
# (str) Android logcat filters to use
|
# (str) Android logcat filters to use
|
||||||
#android.logcat_filters = *:S python:D
|
android.logcat_filters = *:S python:D
|
||||||
|
|
||||||
# (bool) Copy library instead of making a libpymodules.so
|
# (bool) Copy library instead of making a libpymodules.so
|
||||||
#android.copy_libs = 1
|
#android.copy_libs = 1
|
||||||
|
|
|
@ -8,6 +8,7 @@ sudo apt-get install -y \
|
||||||
python3 \
|
python3 \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
|
libffi-dev \
|
||||||
libsdl2-dev \
|
libsdl2-dev \
|
||||||
libsdl2-image-dev \
|
libsdl2-image-dev \
|
||||||
libsdl2-mixer-dev \
|
libsdl2-mixer-dev \
|
||||||
|
|
Loading…
Reference in a new issue