main/postmarketos-base-ui: remove _pmb_default call
_pmb_default is only for changing the default provider from the package with the highest provider_priority. This package is using it with the providers that already have the highest priority, making _pmb_default a no-op. Thus, removing this is a basic logic cleanup. Signed-off-by: Aster Boese <asterboese@mailbox.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8949>
This commit is contained in:
parent
b0c160e37d
commit
fd647db428
1 changed files with 0 additions and 1 deletions
|
|
@ -107,7 +107,6 @@ flatpath() {
|
|||
source="$(flatpath $_source644 $_source600 $_source755)"
|
||||
|
||||
_pmb_select="postmarketos-base-ui-audio-backend postmarketos-base-ui-wifi"
|
||||
_pmb_default="postmarketos-base-ui-audio-backend-pulseaudio postmarketos-base-ui-wifi-wpa_supplicant"
|
||||
package() {
|
||||
# wifi, audio and init backends are provided by a subpackage in this
|
||||
# APKBUILD and it won't exist when this is evaluated at the top level.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue