зеркало из https://github.com/AvaloniaUI/angle.git
14 строки
341 B
Plaintext
14 строки
341 B
Plaintext
# Copyright 2022 The ANGLE Project Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
import("//gni/angle.gni")
|
|
|
|
# Path to Wayland sources
|
|
wayland_dir = angle_wayland_dir
|
|
|
|
# ANGLE standalone has no Wayland GN
|
|
wayland_gn_dir = ""
|
|
|
|
use_system_libwayland = true
|