Skip to content

Commit

Permalink
Remove gflags dependency from Bazel build.
Browse files Browse the repository at this point in the history
This was forgotten back in #97.
  • Loading branch information
robryk authored and jyrkialakuijala committed Mar 21, 2017
1 parent 9bfa01f commit a0f47a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
6 changes: 0 additions & 6 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,8 @@ cc_library(
cc_binary(
name = "guetzli",
srcs = ["guetzli/guetzli.cc"],
linkopts = [
# TODO(robryk): Remove once https://github.com/gflags/gflags/issues/176
# is fixed
"-lpthread",
],
deps = [
":guetzli_lib",
"//external:gflags",
"@png_archive//:png",
],
)
11 changes: 0 additions & 11 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,6 @@ new_http_archive(
url = "http://zlib.net/fossils/zlib-1.2.10.tar.gz",
)

git_repository(
name = "gflags_git",
commit = "cce68f0c9c5d054017425e6e6fd54f696d36e8ee",
remote = "https://github.com/gflags/gflags.git",
)

bind(
name = "gflags",
actual = "@gflags_git//:gflags",
)

local_repository(
name = "butteraugli",
path = "third_party/butteraugli/",
Expand Down

0 comments on commit a0f47a2

Please sign in to comment.