blob: e34a69e25958f5853173791aa20eb581c139c948 (
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
25
26
27
28
29
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>hurd@gentoo.org</email>
<name>GNU Hurd project</name>
</maintainer>
<use>
<flag name="lwip">
Build alternative userland TCP/IP stack lwIP, from
<pkg>net-libs/lwip</pkg>.
</flag>
<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>
<origin>srcux</origin>
</pkgmetadata>
|