Files
gentoo/x11-wm/mutter/metadata.xml
Lukas Schmelting 3238e68e26 x11-wm/mutter: Bump to 47.6; Add and force xwayland USE flag; make X deps optional
- Added xwayland USE flag. It is enabled by default and forced in the
  base target
- The X and Xwayland deps were made optional by upstream, reflect this
  in the ebuild
- Add REQUIRED_USE so that atleast one of "X" or "wayland" USE flags is
  set
- SLOT change: 14 -> 15
- Re-add the ~ppc64 keyword which was dropped in version 47.4

Signed-off-by: Lukas Schmelting <lschmelting@posteo.com>
Closes: https://github.com/gentoo/gentoo/pull/40624
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
2025-04-13 19:02:10 +02:00

18 lines
773 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>gnome@gentoo.org</email>
<name>Gentoo GNOME Desktop</name>
</maintainer>
<use>
<flag name="elogind">Rely on <pkg>sys-auth/elogind</pkg> as logind provider for Wayland sessions</flag>
<flag name="libdisplay">Enable EDID and DisplayID using <pkg>media-libs/libdisplay-info</pkg></flag>
<flag name="sysprof">Enable profiling data capture support using <pkg>dev-util/sysprof-capture</pkg></flag>
<flag name="xwayland">Enable X11 application support in Wayland sessions</flag>
</use>
<upstream>
<remote-id type="gnome-gitlab">GNOME/mutter</remote-id>
</upstream>
</pkgmetadata>