mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
12 lines
453 B
Plaintext
12 lines
453 B
Plaintext
# Copyright 2013 The Flutter 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() {
|
|
# Whether to build the Linux (GTK) shell for the host platform, if available.
|
|
#
|
|
# The Linux shell is not currently built by default as the CI system doesn't
|
|
# (yet) have GTK as a dependency. When that is ready the flag will be removed.
|
|
build_linux_shell = false
|
|
}
|