summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/cynerd-desktop/make.defaults6
-rw-r--r--profiles/desktop/make.defaults2
-rw-r--r--profiles/laptop/make.defaults4
3 files changed, 10 insertions, 2 deletions
diff --git a/profiles/cynerd-desktop/make.defaults b/profiles/cynerd-desktop/make.defaults
index f577f2f..0e44e14 100644
--- a/profiles/cynerd-desktop/make.defaults
+++ b/profiles/cynerd-desktop/make.defaults
@@ -1,4 +1,8 @@
# vim:ft=gentoo-make-conf
CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3"
-
MAKEOPTS="-j12"
+
+INPUT_DEVICES="roccat_suora"
+VIDEO_CARDS="amdgpu radeonsi"
+
+USE_EXPAND="INPUT_DEVICES VIDEO_CARDS"
diff --git a/profiles/desktop/make.defaults b/profiles/desktop/make.defaults
index 7eca653..43dd9da 100644
--- a/profiles/desktop/make.defaults
+++ b/profiles/desktop/make.defaults
@@ -10,7 +10,7 @@ LINGUAS="en cs"
ABI_X86="64 32"
-INPUT_DEVICES="evdev synaptics joystick"
+INPUT_DEVICES="evdev joystick"
COLLECTD_PLUGINS="hddtemp notify_desktop sensors smart"
diff --git a/profiles/laptop/make.defaults b/profiles/laptop/make.defaults
index 5ebc474..6220fea 100644
--- a/profiles/laptop/make.defaults
+++ b/profiles/laptop/make.defaults
@@ -1,4 +1,8 @@
# vim:ft=gentoo-make-conf
+INPUT_DEVICES="synaptics"
+
# Add? madwifi
COLLECTD_PLUGINS="battery thermal wireless"
+
+USE_EXPAND="INPUT_DEVICES COLLECTD_PLUGINS"