aboutsummaryrefslogtreecommitdiff
path: root/build_overrides
diff options
context:
space:
mode:
authorAntonio Caggiano <antonio.caggiano@collabora.com>2022-06-09 10:50:41 +0200
committerAngle LUCI CQ <angle-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-14 14:14:04 +0000
commit543dcdde57bae47b5ff26859d39f97d491847832 (patch)
treecd44ce163ecf72acf05dd27e82f097fc2d77cf0f /build_overrides
parent5a3e1dba8e6079f2c95493b52ad06c390ba6fe4a (diff)
downloadangle-543dcdde57bae47b5ff26859d39f97d491847832.tar.gz
GN: Wayland build overrides
Introduce //build_overrides/wayland.gni to simplify the management of the wayland dependencies. Bug: chromium:1327041, angleproject:7409 Change-Id: I24cd7c0aa1025acbfe681afb07ccb384ff52bb62 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3697998 Reviewed-by: Jamie Madill <jmadill@chromium.org> Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
Diffstat (limited to 'build_overrides')
-rw-r--r--build_overrides/wayland.gni13
1 files changed, 13 insertions, 0 deletions
diff --git a/build_overrides/wayland.gni b/build_overrides/wayland.gni
new file mode 100644
index 0000000000..76042ef57c
--- /dev/null
+++ b/build_overrides/wayland.gni
@@ -0,0 +1,13 @@
+# 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