temp/mutter-mobile: remove EGL Device (MR 5304)

EGL device is for eglstream backend from nvidia that
is not necessary in mobile usage
This commit is contained in:
EliasOfWaffle 2024-06-29 00:21:29 +00:00 committed by Robert Eckelmann
parent 2c32cc65fb
commit 1b8c9af1c5
No known key found for this signature in database
GPG Key ID: 30C0D50BEF63BF54

View File

@ -2,7 +2,7 @@
pkgname=mutter-mobile pkgname=mutter-mobile
pkgver=46.0 pkgver=46.0
pkgrel=0 pkgrel=1
pkgdesc="clutter-based window manager and compositor" pkgdesc="clutter-based window manager and compositor"
url="https://wiki.gnome.org/Projects/Mutter/" url="https://wiki.gnome.org/Projects/Mutter/"
# ricsv64: doesn't build currently: # ricsv64: doesn't build currently:
@ -81,7 +81,6 @@ prepare() {
build() { build() {
abuild-meson \ abuild-meson \
-Degl_device=true \
-Dudev=true \ -Dudev=true \
-Dnative_backend=true \ -Dnative_backend=true \
-Dintrospection=true \ -Dintrospection=true \