blob: 3cda4f81e757eb3237962f1d9246f3da994509e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>hurd@gentoo.org</email>
<name>GNU Hurd project</name>
</maintainer>
<use>
<flag name="ncurses">
Build console-curses client for non-basic capabilities,
unlike the builtin one.
</flag>
<flag name="rumpkernel">
Build <pkg>sys-kernel/rumpkernel</pkg> support which provides
drivers from NetBSD run in userland. This is needed for 64-bit
systems and is considered the future of driver and hardware
support on Hurd.
</flag>
<flag name="xkb">
Depend on <pkg>x11-libs/libxkbcommon</pkg> for keymap support in
the console.
</flag>
</use>
</pkgmetadata>
|