[vlc-commits] contrib: xcb-proto: Use VideoLAN mirror if available

Hugo Beauzée-Luyssen git at videolan.org
Wed Mar 6 13:47:11 CET 2019


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Mar  6 13:27:57 2019 +0100| [232af7eacfa2c9ce20a47ca17fcab3061427c2cf] | committer: Hugo Beauzée-Luyssen

contrib: xcb-proto: Use VideoLAN mirror if available

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=232af7eacfa2c9ce20a47ca17fcab3061427c2cf
---

 contrib/src/xcb-proto/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/xcb-proto/rules.mak b/contrib/src/xcb-proto/rules.mak
index e877dafcb7..cdf0c32c45 100644
--- a/contrib/src/xcb-proto/rules.mak
+++ b/contrib/src/xcb-proto/rules.mak
@@ -8,7 +8,7 @@ PKGS_FOUND += xcb-proto
 endif
 
 $(TARBALLS)/xcb-proto-$(XCB_PROTO_VERSION).tar.bz2:
-	$(call download,$(XCB_PROTO_URL))
+	$(call download_pkg,$(XCB_PROTO_URL),xcb)
 
 .sum-xcb-proto: xcb-proto-$(XCB_PROTO_VERSION).tar.bz2
 



More information about the vlc-commits mailing list