main/postmarketos-ui-gnome: mark UI as hardware accelerated (MR 2919)
GNOME shell runs a test to verify that and it is also a documented requirement. https://wiki.gnome.org/Projects/GnomeShell/FAQ#Using [ci:skip-vercheck] [ci:skip-build] already built successfully in CI
This commit is contained in:
parent
3ef09f5dbc
commit
638362de63
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ depends="
|
||||||
"
|
"
|
||||||
install="$pkgname.post-install $pkgname.post-upgrade"
|
install="$pkgname.post-install $pkgname.post-upgrade"
|
||||||
source="000-gschema.override"
|
source="000-gschema.override"
|
||||||
options="!check"
|
options="!check pmb:gpu-accel"
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm644 "$srcdir"/000-gschema.override \
|
install -Dm644 "$srcdir"/000-gschema.override \
|
||||||
|
|
Loading…
Reference in a new issue