@@ -148,6 +148,15 @@ http_archive(
url = "https://github.com/freedesktop/xorg-libXrandr/archive/libXrandr-1.5.2.tar.gz",
)
http_archive(
name = "xrender", # MIT
build_file = "//third_party:xrender.BUILD",
patch_cmds = ["sed -i '/config/d' src/Xrenderint.h"],
sha256 = "8be927e04cf7bc5a7ce3af24dc6905e05fcf29142f17304b1f4d224a2ca350b1",
strip_prefix = "xorg-libXrender-libXrender-0.9.10",
url = "https://github.com/freedesktop/xorg-libXrender/archive/libXrender-0.9.10.tar.gz",
)
http_archive(
name = "zlib", # Zlib
build_file = "//third_party:zlib.BUILD",