blob: 3c4a72ae71c666f282bc0df323d95c3e572eeb2b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- build/config/linux/gtk2/BUILD.gn.orig 2016-08-03 22:02:10.000000000 +0300
+++ build/config/linux/gtk2/BUILD.gn 2016-09-02 22:54:36.628597000 +0300
@@ -4,7 +4,7 @@
import("//build/config/linux/pkg_config.gni")
-assert(is_linux, "This file should only be referenced on Linux")
+assert(is_linux || is_bsd, "This file should only be referenced on Linux")
# Depend on //build/config/linux/gtk2 to use GTKv2.
#
|