pmaports.cfg: min pmbootstrap version 1.5.1
This version allows us to override mesa only for the arm arches, still using Alpine's package for x86_64 and x86. This is currently needed, as described here: https://gitlab.com/postmarketOS/pmbootstrap/issues/1741
This commit is contained in:
parent
7ab24cb685
commit
a2200d5d15
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# - "version" gets compared with "pmb.config.pmaports_min_version"
|
||||
# - "pmbootstrap_min_version" gets compared with "pmb.config.version"
|
||||
version=2
|
||||
pmbootstrap_min_version=1.2.0
|
||||
pmbootstrap_min_version=1.5.1
|
||||
branch_pmos=master
|
||||
# Compatible branch from Alpine's aports repository
|
||||
branch_alpine=edge
|
||||
|
|
Loading…
Reference in a new issue