mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
48 lines
2.0 KiB
XML
48 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>arthurzam@gentoo.org</email>
|
|
<name>Arthur Zamarin</name>
|
|
</maintainer>
|
|
<maintainer type="person">
|
|
<email>prometheanfire@gentoo.org</email>
|
|
<name>Matthew Thode</name>
|
|
</maintainer>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>leohdz172@proton.me</email>
|
|
<name>Leonardo Hernández Hernández</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Pluggable, composable, unopinionated modules for building a Wayland
|
|
compositor.
|
|
|
|
wlroots implements a huge variety of Wayland compositor features and
|
|
implements them right. By using wlroots, you get high performance,
|
|
excellent hardware compatibility, broad support for many wayland
|
|
interfaces, and comfortable development tools.
|
|
|
|
wlroots is developed under the direction of the <pkg>gui-wm/sway</pkg> project.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="drm">Enable Direct Rendering Management</flag>
|
|
<flag name="liftoff">Enable support for libliftoff KMS plane backend</flag>
|
|
<flag name="libinput">Enable support for input devices via <pkg>dev-libs/libinput</pkg></flag>
|
|
<flag name="session">Enable session support (is required for DRM and libinput)</flag>
|
|
<flag name="x11-backend">Enable support for handling input/output devices through <pkg>x11-libs/libxcb</pkg></flag>
|
|
<flag name="xcb-errors">Better error reporting when using xwayland</flag>
|
|
<flag name="X">Enable support for X11 applications (XWayland)</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">swaywm/wlroots</remote-id>
|
|
<remote-id type="freedesktop-gitlab">wlroots/wlroots</remote-id>
|
|
<maintainer status="active">
|
|
<email>contact@emersion.fr</email>
|
|
<name>Simon Ser</name>
|
|
</maintainer>
|
|
<bugs-to>https://gitlab.freedesktop.org/wlroots/wlroots/-/issues</bugs-to>
|
|
<doc>https://gitlab.freedesktop.org/wlroots/wlroots/-/wikis/home</doc>
|
|
<changelog>https://gitlab.freedesktop.org/wlroots/wlroots/-/releases</changelog>
|
|
</upstream>
|
|
</pkgmetadata>
|