blob: 19f576a7a8a67f33f990a6f6c6df55768ea8a558 [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.
# Disable X11
# TODO(spang): This is broken.
#USE="${USE} -X"
# Disable ibus
USE="${USE} -ibus"
# Ozone platforms.
OZONE_PLATFORM="dri"
# Enable ozone in Chrome.
USE="${USE} ozone"
# Enable atomic modesetting.
USE="${USE} drm_atomic"
# Enable gestures support in Chrome.
USE="${USE} evdev_gestures"
# Remove coreboot image as this breaks the build.
USE="${USE} -coreboot -bootimage"