Skip to content

Commit a0f47a2

Browse files
robrykjyrkialakuijala
authored andcommitted
Remove gflags dependency from Bazel build.
This was forgotten back in #97.
1 parent 9bfa01f commit a0f47a2

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

BUILD

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,8 @@ cc_library(
2020
cc_binary(
2121
name = "guetzli",
2222
srcs = ["guetzli/guetzli.cc"],
23-
linkopts = [
24-
# TODO(robryk): Remove once https://github.com/gflags/gflags/issues/176
25-
# is fixed
26-
"-lpthread",
27-
],
2823
deps = [
2924
":guetzli_lib",
30-
"//external:gflags",
3125
"@png_archive//:png",
3226
],
3327
)

WORKSPACE

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,6 @@ new_http_archive(
1919
url = "http://zlib.net/fossils/zlib-1.2.10.tar.gz",
2020
)
2121

22-
git_repository(
23-
name = "gflags_git",
24-
commit = "cce68f0c9c5d054017425e6e6fd54f696d36e8ee",
25-
remote = "https://github.com/gflags/gflags.git",
26-
)
27-
28-
bind(
29-
name = "gflags",
30-
actual = "@gflags_git//:gflags",
31-
)
32-
3322
local_repository(
3423
name = "butteraugli",
3524
path = "third_party/butteraugli/",

0 commit comments

Comments
 (0)