blob: 3e414956bcc6136d8024d1ec460ab79d25efb62d [file] [log] [blame]
# Copyright 2021 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
declare_args() {
# If true, enables weston-test. This is a test-only wayland extension that
# enables things like event injection.
enable_weston_test = false
# If true, enables zwp_color_manager_v1. This is a temporary flag meant to
# guard an in-progress implementation, to be replaced by a feature flag.
enable_color_manager = false
}