wayland.gni 457 B

1234567891011121314151617
  1. # Copyright 2022 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. import("//build/config/ozone.gni")
  5. wayland_gn_dir = "//third_party/wayland"
  6. if (ozone_platform_wayland) {
  7. # This defines use_system_libwayland
  8. import("$wayland_gn_dir/features.gni")
  9. } else {
  10. use_system_libwayland = false
  11. }
  12. # Path to Wayland sources
  13. wayland_dir = "$wayland_gn_dir/src"