summaryrefslogtreecommitdiff
path: root/chromium/third_party/wayland/features.gni
blob: b47ea170e5c64ddcb92fbca087b1104241c37cff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2018 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() {
  # Controls whether the build should use the version of Wayland
  # library shipped with the system or Chromium third_party.
  use_system_libwayland = false

  # Path to wayland-scanner. Has effect only when the system libwayland is used.
  assert(host_os == "linux")
  system_wayland_scanner_path = "/usr/bin/wayland-scanner"
}