main/postmarketos-ui-weston: hide for downstream kernels (MR 3367)
Weston doesn't have fbdev backend anymore, so hide it in pmbootstrap init to avoid confusion.
This commit is contained in:
parent
13419f0561
commit
3e677782ab
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||||
pkgname=postmarketos-ui-weston
|
pkgname=postmarketos-ui-weston
|
||||||
pkgver=6
|
pkgver=6
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="(Wayland) Reference compositor (demo, not a phone interface)"
|
pkgdesc="(Wayland) Reference compositor (demo, not a phone interface)"
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
|
@ -35,7 +35,7 @@ _pmb_recommends="htop
|
||||||
"
|
"
|
||||||
install="$pkgname.post-install $pkgname.post-upgrade"
|
install="$pkgname.post-install $pkgname.post-upgrade"
|
||||||
source="start_weston.sh weston.ini.default"
|
source="start_weston.sh weston.ini.default"
|
||||||
options="!check" # Meta package, no test suite
|
options="!check pmb:gpu-accel" # Meta package, no test suite
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm755 "$srcdir"/start_weston.sh \
|
install -Dm755 "$srcdir"/start_weston.sh \
|
||||||
|
|
Loading…
Reference in a new issue