pkgsrc-wip/chromium/patches/patch-ui_aura_BUILD.gn

14 lines
318 B
Plaintext

$NetBSD$
--- ui/aura/BUILD.gn.orig 2020-07-15 18:56:33.000000000 +0000
+++ ui/aura/BUILD.gn
@@ -267,7 +267,7 @@ jumbo_static_library("test_support") {
sources += [ "test/ui_controls_factory_ozone.cc" ]
}
- if (is_linux) {
+ if (is_linux || is_bsd) {
deps += [ "//ui/platform_window/common" ]
}
}