blob: ee3ff927bdabeaec99fcb57d67f6aacc260a860c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- gpu/vulkan/BUILD.gn.orig 2016-08-03 22:02:19.000000000 +0300
+++ gpu/vulkan/BUILD.gn 2016-09-02 23:57:07.910753000 +0300
@@ -13,7 +13,7 @@
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",
|