summaryrefslogtreecommitdiff
path: root/x11-wm/mutter/mutter-3.30.2-r4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/mutter/mutter-3.30.2-r4.ebuild')
-rw-r--r--x11-wm/mutter/mutter-3.30.2-r4.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-wm/mutter/mutter-3.30.2-r4.ebuild b/x11-wm/mutter/mutter-3.30.2-r4.ebuild
index 8f07d9a2c971..12b4bdab7b32 100644
--- a/x11-wm/mutter/mutter-3.30.2-r4.ebuild
+++ b/x11-wm/mutter/mutter-3.30.2-r4.ebuild
@@ -13,6 +13,7 @@ LICENSE="GPL-2+"
SLOT="0/3" # 0/libmutter_api_version - ONLY gnome-shell (or anything using mutter-clutter-<api_version>.pc) should use the subslot
IUSE="debug elogind gles2 input_devices_wacom +introspection screencast systemd test udev wayland"
+RESTRICT="!test? ( test )"
# native backend requires gles3 for hybrid graphics blitting support and a logind provider
REQUIRED_USE="
wayland? ( ^^ ( elogind systemd ) )"
@@ -88,6 +89,8 @@ PATCHES=(
"${WORKDIR}"/patches/
# Hack to not fail USE="-wayland,-gles2" builds with no mesa[gles2]
"${FILESDIR}"/3.28.3-no-gles2-fix.patch # requires eautoreconf
+
+ "${FILESDIR}"/3.30-eglmesaext-include.patch
)
src_prepare() {