Skip to content

Commit

Permalink
Do not require unnecessary X11 libs
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Feb 4, 2018
1 parent 19094bd commit 481744b
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions build/config/linux/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,17 @@ config("runtime_library") {
config("x11") {
libs = [
"X11",
"X11-xcb",
"xcb",
"Xcomposite",
"Xcursor",
"Xdamage",
"Xext",
"Xfixes",
"Xi",
"Xrender",
"Xtst",
# PATCH(build-gn): Do not require unnecessary libs.
# "X11-xcb",
# "xcb",
# "Xcomposite",
# "Xcursor",
# "Xdamage",
# "Xext",
# "Xfixes",
# "Xi",
# "Xrender",
# "Xtst",
]
}

Expand Down

0 comments on commit 481744b

Please sign in to comment.