Index: build/config/linux/BUILD.gn |
diff --git a/build/config/linux/BUILD.gn b/build/config/linux/BUILD.gn |
index 559dfd93a73461f440ab53e04213f3efaf6ac83a..98d131e800006d6da7cec92fda4075ac81043f84 100644 |
--- a/build/config/linux/BUILD.gn |
+++ b/build/config/linux/BUILD.gn |
@@ -68,8 +68,6 @@ if (use_evdev_gestures) { |
} |
config("x11") { |
- # Don't bother running pkg-config for these X related libraries since it just |
- # returns the same libs, and forking pkg-config is slow. |
libs = [ |
"X11", |
"Xcomposite", |
@@ -79,7 +77,6 @@ config("x11") { |
"Xfixes", |
"Xi", |
"Xrender", |
- "Xss", |
"Xtst", |
] |
} |