blob: 3fa69c149722563d40d060424ea199cf83264389 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<use>
<flag name="cairo">Build support for exporting to PNG and PDF with <pkg>x11-libs/cairo</pkg>
</flag>
<flag name="leveldb">Use <pkg>dev-libs/leveldb</pkg> as the backend</flag>
<flag name="ncurses">Build support for the ncurses client</flag>
<flag name="sqlite">Use <pkg>dev-db/sqlite</pkg>:3 as the backend</flag>
<flag name="tokyocabinet">Use <pkg>dev-db/tokyocabinet</pkg> as the backend</flag>
<flag name="X">Use X11 for the GUI instead of OpenGL. This is the recommended option</flag>
</use>
<origin>srcux</origin>
</pkgmetadata>
|