# Copyright 2019 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. | |
# Initial value just for style purposes. | |
USE="" | |
# Let the touchscreen wake the system when it's suspended. | |
USE="${USE} touchscreen_wakeup" | |
USE="${USE} ac_only" | |
# Inherit the USE flags from overlay-nyan's make.conf | |
# Only add USE flags specific to nyan_kitty here. | |
USE="${USE} nyan_kitty variant_build" |