blob: 39577a8a70145049ac295795b118579378c49fdd [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"
# Build chromium with use_ozone=1.
USE="${USE} ozone"
# Enable gestures support in Chrome.
USE="${USE} evdev_gestures"
# Remove coreboot image as this breaks the build.
USE="${USE} -coreboot -bootimage"