diff options
author | Karel Kočí <cynerd@email.cz> | 2019-05-24 15:27:34 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-05-24 15:27:34 +0200 |
commit | c2fa92656dc57290e2d9a2837c82326de4613f85 (patch) | |
tree | aacdd08a9d1a0ecd5cf5ffd4afbe439db626023e /profiles | |
parent | 719dc9f61f0458e492eef08138faadd50b9cbb1b (diff) | |
download | gentoo-personal-overlay-c2fa92656dc57290e2d9a2837c82326de4613f85.tar.gz gentoo-personal-overlay-c2fa92656dc57290e2d9a2837c82326de4613f85.tar.bz2 gentoo-personal-overlay-c2fa92656dc57290e2d9a2837c82326de4613f85.zip |
profiles/cynerd-desktop: try move use defines from system
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/cynerd-desktop/make.defaults | 6 | ||||
-rw-r--r-- | profiles/desktop/make.defaults | 2 | ||||
-rw-r--r-- | profiles/laptop/make.defaults | 4 |
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" |