blob: 5bc8a04619f1e2a6f29b8f0f74fd6b0c9963148e [file] [log] [blame]
# Copyright 2015 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
# Dummy setting so we can use the same append form below.
USE=""
# Recommended cpu specific settings.
USE="${USE} mmx sse sse2"
# Enable DRI (Direct Rendering Infrastructure).
USE="${USE} dri"
# The default set of video cards / input devices we support.
VIDEO_CARDS="-* intel fbdev"
INPUT_DEVICES="-* evdev synaptics cmt"
# We only want a single ABI by default.
MULTILIB_ABIS="amd64"