summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/linux/system.gyp6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index dddf86a..4a3fa32 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -22,9 +22,9 @@
'linux_link_libbrlapi%': 0,
},
'conditions': [
- [ 'chromeos==0', {
- # Hide GTK and related dependencies for Chrome OS, so they won't get
- # added back to Chrome OS. Don't try to use GTK on Chrome OS.
+ [ 'chromeos==0 and use_ozone==0', {
+ # Hide GTK and related dependencies for Chrome OS and Ozone, so they won't get
+ # added back to Chrome OS and Ozone. Don't try to use GTK on Chrome OS and Ozone.
'targets': [
{
'target_name': 'gdk',