blob: 5a06c432989dd95e9f90e370b035a627c0af6931 [file] [log] [blame]
# Copyright 2019 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/ozone.gni")
import("//build_overrides/wayland.gni")
vulkan_use_x11 = ozone_platform_x11
if (ozone_platform_wayland) {
vulkan_use_wayland = true
if (!use_system_libwayland) {
vulkan_wayland_include_dirs = [
"$wayland_gn_dir/src/src",
"$wayland_gn_dir/include/src",
]
}
}