blob: 22f7297810ffa90e666aab45b33f6544745b64d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
<use>
<flag name="egl">Retrieve information about OpenGL via EGL</flag>
<flag name="gles">Show OpenGL ES information in kinfocenter</flag>
<flag name="gles2">Show OpenGL ES information in kinfocenter</flag>
<flag name="nfs">Show information about NFS mounts, shares and log entries</flag>
<flag name="pci">Show advanced PCI information</flag>
<flag name="samba">Show information about Samba mounts, shares and log entries</flag>
</use>
</pkgmetadata>
|