aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-gpu_vulkan_BUILD.gn
blob: 2dd0aa4e69717d6e00f9374eaab720ab2ec184e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- gpu/vulkan/BUILD.gn.orig	2017-04-19 19:06:34 UTC
+++ gpu/vulkan/BUILD.gn
@@ -14,7 +14,7 @@ if (enable_vulkan) {
   component("vulkan") {
     output_name = "vulkan_wrapper"
 
-    if (is_linux) {
+    if (is_linux || is_bsd) {
       assert(use_x11, "Vulkan only support x11 at this point.")
       sources = [
         "vulkan_command_buffer.cc",