blob: 1b9207d4a8cd1fadc271d0cef6c42ad9d0095409 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>eudev@gentoo.org</email>
</maintainer>
<use>
<flag name="gudev">enable libudev gobject interface</flag>
<flag name="hwdb">read vendor/device string database and add it to udev database</flag>
<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
for introspection</flag>
<flag name="keymap">map custom hardware's multimedia keys</flag>
<flag name="kmod">enable module loading through libkmod</flag>
<flag name="modutils">enable module loading support - use modutils calls if kmod not enabled</flag>
<flag name="openrc">install the OpenRC init scripts</flag>
<flag name="rule-generator">install legacy rule generator rules and support scripts - note
that the functionality within was dropped from sys-fs/udev as it is not stable in
all cases; use at your own risk</flag>
</use>
<upstream>
<remote-id type="github">gentoo/eudev</remote-id>
</upstream>
</pkgmetadata>
|