blob: 442e0d3f840b62eef2c288e29482fab59352dd16 [file] [log] [blame]
# Copyright 2014 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
USE="${USE} nyan_big -coreboot -bootimage"
VIDEO_CARDS="${VIDEO_CARDS} nouveau"
EC_FIRMWARE="big"
# Enable ozone in Chrome.
USE="${USE} ozone"
# Built-in and default Ozone platforms for Chrome.
USE="${USE} -ozone_platform_gbm ozone_platform_dri -ozone_platform_default_gbm ozone_platform_default_dri"
# Enable gestures support in Chrome.
USE="${USE} evdev_gestures"
# Enable xkbcommon in Chrome for keyboard layouts.
USE="${USE} xkbcommon"
# Disable VT lock, since we've removed the VT driver.
USE="${USE} -lockvt"
# Include tegra XHCI firmware
USE="${USE} t124_xusb_fw"