summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2023-12-18 11:04:08 +0100
committerPacho Ramos <pacho@gentoo.org>2023-12-18 11:19:11 +0100
commit002602af135042ef47020a2b22478f82c9e1031a (patch)
tree7be3a2df63bea3ba01801c03fa0fcdbd5216852c /x11-wm/mutter/mutter-45.2.ebuild
parentx11-wm/mutter: Version bump to 45.2 (diff)
downloadgentoo-002602af135042ef47020a2b22478f82c9e1031a.tar.gz
gentoo-002602af135042ef47020a2b22478f82c9e1031a.tar.bz2
gentoo-002602af135042ef47020a2b22478f82c9e1031a.zip
x11-wm/mutter: Fix memory leak in fullscreen mode
Apply upstream patch to fix a leak when running apps in fullscreen. It will be included in the next point release. Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-wm/mutter/mutter-45.2.ebuild')
-rw-r--r--x11-wm/mutter/mutter-45.2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/mutter/mutter-45.2.ebuild b/x11-wm/mutter/mutter-45.2.ebuild
index f6f42162b174..40a5b53d810c 100644
--- a/x11-wm/mutter/mutter-45.2.ebuild
+++ b/x11-wm/mutter/mutter-45.2.ebuild
@@ -141,6 +141,7 @@ BDEPEND="
PATCHES=(
"${FILESDIR}"/${PN}-43.0-Disable-anonymous-file-test.patch
+ "${FILESDIR}"/${P}-fullscreen-leak.patch
)
python_check_deps() {