diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-11-23 18:17:08 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-11-23 21:04:44 -0800 |
commit | 2f066bcd56649219973cdcde038668935583bb37 (patch) | |
tree | 6dc52bf119ce30f6f249f5cd7236fa41614c9c83 /profiles/arch/x86 | |
parent | profiles: Simplify video_cards_newport mask (diff) | |
download | gentoo-2f066bcd56649219973cdcde038668935583bb37.tar.gz gentoo-2f066bcd56649219973cdcde038668935583bb37.tar.bz2 gentoo-2f066bcd56649219973cdcde038668935583bb37.zip |
profiles: Simplify video_cards_{i915,i965,intel} masks
Instead of masking them on all the platforms they're not available,
unmask them on the only two platforms they are.
Diffstat (limited to 'profiles/arch/x86')
-rw-r--r-- | profiles/arch/x86/use.mask | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index 933a22bc1dea..3ababee80a55 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/use.mask @@ -136,6 +136,9 @@ -input_devices_synaptics -input_devices_vmmouse -input_devices_wacom +-video_cards_i915 +-video_cards_i965 +-video_cards_intel -video_cards_nvidia -video_cards_vmware -video_cards_geode |