main/postmarketos-ui-weston: fix weston failing to read config (!767)

This commit is contained in:
Michael Orishich 2019-11-25 18:59:24 +02:00 committed by Alexey Min
parent 1a5312bb28
commit 77ea310aac
No known key found for this signature in database
GPG key ID: 463F84201DACD7B9
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=postmarketos-ui-weston
pkgver=4
pkgrel=12
pkgrel=13
pkgdesc="(Wayland) Reference compositor (demo, not a phone interface)"
url="https://postmarketos.org"
arch="noarch"
@ -22,6 +22,6 @@ package() {
install -Dm644 "$srcdir"/weston.ini.default \
"$pkgdir"/etc/xdg/weston/weston.ini.default
}
sha512sums="4ea36781ab3fd1f38242a52ad200c5d0452f0b8265a1e59ad217a9ad8273b9db5d5a0c94baa137999ec256c77bb016dea8d4e384fad0a25b85f92f4b32a6efec start_weston.sh
sha512sums="39166e8128f6fbdceb9b60ac6491bffaa620875ebe807bf2c20e4a837428ee6fbc6a758f31e536df635c1cf5ce2c9b803af5c82c52dc0198247844a1b9a46e5e start_weston.sh
b712c9d4c846437656781656ec15e9b7e238a9244e0b77bf84b67f6661d44f68718330706f69ccb8b4d7f6182b8f17f273018ca461c0c40e49b9185f6eec168d weston.ini.default
6800b81055c854ef69c0084341e31841d4b06d1d894542f1e125d0d70b6606f11218bda0d29dab9a48594b4c2f815a540f91bfba6c2c22c3378040c41fe4bbb1 60-lightdm-autologin.conf"

View file

@ -16,7 +16,7 @@ fi
# Find right weston.ini
cfg="/etc/xdg/weston/weston.ini"
[ -e "$cfg" ] || cfg="$cfg.default"
WESTON_OPTS="-c $cfg"
WESTON_OPTS="--config=$cfg"
# #633: Weston doesn't support autostarting applications (yet), so
# we try to run postmarketos-demos for 10 seconds, until it succeeds.