blob: c057f58107e2bc7182a584d8184048183ae1b42e [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",
"$wayland_gn_dir/include/protocol",
]
}
}