blob: 3c2956d485fd5f6fe291c5b59a5c88b0beb6ba05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# vim:ft=gentoo-make-conf
USE="$USE pulseaudio gstreamer ffmpeg vdpau"
USE="$USE apng taglib"
USE="$USE vaapi"
USE="$USE cups"
USE="$USE ibus"
USE="$USE elogind -consolekit -systemd"
L10N="en cs"
LINGUAS="en cs"
ABI_X86="64 32"
INPUT_DEVICES="evdev joystick"
COLLECTD_PLUGINS="hddtemp notify_desktop sensors smart"
USE_EXPAND="INPUT_DEVICES COLLECTD_PLUGINS"
|