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:
Anri Dellal 2022-08-17 20:53:33 +03:00 committed by Alexey Min
parent 13419f0561
commit 3e677782ab
No known key found for this signature in database
GPG key ID: 0B19D2A65870B448

View file

@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=postmarketos-ui-weston
pkgver=6
pkgrel=3
pkgrel=4
pkgdesc="(Wayland) Reference compositor (demo, not a phone interface)"
url="https://postmarketos.org"
arch="noarch"
@ -35,7 +35,7 @@ _pmb_recommends="htop
"
install="$pkgname.post-install $pkgname.post-upgrade"
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() {
install -Dm755 "$srcdir"/start_weston.sh \