summaryrefslogtreecommitdiffstats
path: root/src/core/ozone/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ozone/BUILD.gn')
-rw-r--r--src/core/ozone/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ozone/BUILD.gn b/src/core/ozone/BUILD.gn
index a01728842..016d0a71d 100644
--- a/src/core/ozone/BUILD.gn
+++ b/src/core/ozone/BUILD.gn
@@ -20,7 +20,7 @@ source_set("qt") {
defines = [ "OZONE_IMPLEMENTATION" ]
- if (use_xkbcommon && use_x11) {
+ if (use_xkbcommon) {
libs = [ "xkbfile" ]
}
}