summaryrefslogtreecommitdiff
path: root/profiles/arch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2016-12-31 17:55:30 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2016-12-31 17:55:30 -0600
commite4a0f9bbc4639587ff8bc8e4614abe4c7010eaa5 (patch)
treee65bdd7b86f9bceea25ce177869f786fc1a09079 /profiles/arch
parent5e973f153cda124ac9fc8d7e1c7fdaca7de8609d (diff)
downloadpackages-e4a0f9bbc4639587ff8bc8e4614abe4c7010eaa5.tar.gz
packages-e4a0f9bbc4639587ff8bc8e4614abe4c7010eaa5.tar.bz2
packages-e4a0f9bbc4639587ff8bc8e4614abe4c7010eaa5.tar.xz
packages-e4a0f9bbc4639587ff8bc8e4614abe4c7010eaa5.zip
Profiles: move x86-only video cards to x86 profiles
Diffstat (limited to 'profiles/arch')
-rw-r--r--profiles/arch/x86/make.defaults3
-rw-r--r--profiles/arch/x86_64/make.defaults3
2 files changed, 6 insertions, 0 deletions
diff --git a/profiles/arch/x86/make.defaults b/profiles/arch/x86/make.defaults
index 258cf16e7..9c8cc315e 100644
--- a/profiles/arch/x86/make.defaults
+++ b/profiles/arch/x86/make.defaults
@@ -8,3 +8,6 @@ ARCH="x86"
ACCEPT_KEYWORDS="x86"
USE="pam threads"
+
+INPUT_DEVICES="${INPUT_DEVICES} vmmouse"
+VIDEO_CARDS="${VIDEO_CARDS} amdgpu ast i128 i740 intel neomagic openchrome qxl rendition siliconmotion tga tseng vesa vmware"
diff --git a/profiles/arch/x86_64/make.defaults b/profiles/arch/x86_64/make.defaults
index 4a4fac9e6..b4a3edee5 100644
--- a/profiles/arch/x86_64/make.defaults
+++ b/profiles/arch/x86_64/make.defaults
@@ -30,3 +30,6 @@ CXXFLAGS="${CFLAGS}"
ELIBC="musl"
USE="amd64 amd64-linux pam threads"
+
+INPUT_DEVICES="${INPUT_DEVICES} vmmouse"
+VIDEO_CARDS="${VIDEO_CARDS} amdgpu ast i128 i740 intel neomagic openchrome qxl rendition siliconmotion tga tseng vesa vmware"