blob: 17640e225e7da76ab99d78946e2549c91f8aaa65 [file] [log] [blame]
# Copyright 2020 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.
option('xwayland_path',
type: 'string',
value: '/opt/google/cros-containers/bin/Xwayland',
description: 'path to Xwayland'
)
option('xwayland_gl_driver_path',
type: 'string',
value: '/opt/google/cros-containers/lib',
description: 'the GL driver path to use for Xwayland'
)
option('frame_color',
type: 'string',
value: '#f2f2f2',
description: 'frame color to use for Xwayland clients'
)
option('dark_frame_color',
type: 'string',
value: '#323639',
description: 'dark frame color to use for Xwayland clients'
)
option('peer_cmd_prefix',
type: 'string',
value: '',
description: 'command-line needed to spwan non-parent sommeliers'
)
option('tracing',
type: 'boolean',
value: false,
description: 'enable tracing via perfetto'
)
option('gamepad',
type: 'boolean',
value: false,
description: 'enable gamepad support'
)