Index: build/config/linux/gtk/gtk.gni |
diff --git a/build/config/linux/gtk/gtk.gni b/build/config/linux/gtk/gtk.gni |
index b3fd973d51298fdfe44b5db220cd807327e60701..0521a8cd48cdfc5d66871b11d1761c2fd5b984e7 100644 |
--- a/build/config/linux/gtk/gtk.gni |
+++ b/build/config/linux/gtk/gtk.gni |
@@ -7,6 +7,9 @@ |
# //build/config/linux/gtk and it will switch for you. |
declare_args() { |
- # Whether to compile agains GTKv3 instead of GTKv2. |
- use_gtk3 = false |
+ # Whether to compile against GTKv3 instead of GTKv2. |
+ # TODO(thomasanderson): Currently, the 32-bit clusterfuzz schroot does not |
+ # have libgtk-3-0 installed. set use_gtk3 = true on all architectures when |
+ # the package is added (crbug.com/699669). |
+ use_gtk3 = target_cpu == "x64" |
} |