main/postmarketos-ui-phosh: enable bluetooth support (MR 1352)
Fixes https://gitlab.com/postmarketOS/pmaports/-/issues/529.
This commit is contained in:
parent
5d1529f27b
commit
e2d1438815
2 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=postmarketos-ui-phosh
|
||||
pkgver=1
|
||||
pkgrel=19
|
||||
pkgrel=20
|
||||
pkgdesc="(Wayland) Mobile UI developed for the Librem 5 (works only with numeric passwords!)"
|
||||
url="https://puri.sm"
|
||||
arch="noarch !armhf"
|
||||
|
@ -18,6 +18,7 @@ depends="
|
|||
phosh
|
||||
polkit-elogind
|
||||
postmarketos-artwork-wallpapers
|
||||
bluez
|
||||
pulseaudio
|
||||
xorg-server-xwayland
|
||||
iio-sensor-proxy
|
||||
|
|
|
@ -4,4 +4,5 @@ sed -i "s/username/$(getent passwd 10000 | cut -d: -f1)/g" /usr/share/lightdm/li
|
|||
|
||||
rc-update add lightdm default
|
||||
rc-update add modemmanager default
|
||||
rc-update add bluetooth default
|
||||
rc-update add iio-sensor-proxy default
|
||||
|
|
Loading…
Reference in a new issue