blob: 853f535fd0cdb6c3db66e0e8bedc4eb162ab0b0b [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 gbm"
# 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"