summaryrefslogtreecommitdiff
path: root/x11-wm/mutter/mutter-3.30.2-r3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/mutter/mutter-3.30.2-r3.ebuild')
-rw-r--r--x11-wm/mutter/mutter-3.30.2-r3.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/mutter/mutter-3.30.2-r3.ebuild b/x11-wm/mutter/mutter-3.30.2-r3.ebuild
index 67f779d74521..a6b546ea6ad2 100644
--- a/x11-wm/mutter/mutter-3.30.2-r3.ebuild
+++ b/x11-wm/mutter/mutter-3.30.2-r3.ebuild
@@ -17,7 +17,7 @@ IUSE="debug elogind gles2 input_devices_wacom +introspection systemd test udev w
REQUIRED_USE="
wayland? ( ^^ ( elogind systemd ) )"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
# libXi-1.7.4 or newer needed per:
# https://bugzilla.gnome.org/show_bug.cgi?id=738944
@@ -111,7 +111,7 @@ src_prepare() {
}
src_configure() {
- # TODO: pipewire remote desktop support; --disable-remote-desktop actually enables it due to upstream autotools bug in 3.26.2 (omitted means disabled)
+ # TODO: pipewire remote desktop support
# TODO: nvidia EGLDevice support
# TODO: elogind vs systemd is automagic in 3.28.3 - if elogind is found, it's used instead of systemd; but not a huge problem as elogind package blocks systemd package
# TODO: lack of --with-xwayland-grab-default-access-rules relies on default settings, but in Gentoo we might have some more packages we want to give Xgrab access (mostly virtual managers and remote desktops)
@@ -130,6 +130,7 @@ src_configure() {
--enable-xlib-egl-platform \
--with-default-driver=gl \
--with-libcanberra \
+ --disable-remote-desktop \
$(usex debug --enable-debug=yes "") \
$(use_enable gles2) \
$(use_enable gles2 cogl-gles2) \