aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLukas Rusak <lorusak@gmail.com>2020-10-15 20:56:18 -0700
committerLukas Rusak <lorusak@gmail.com>2020-10-17 10:24:08 -0700
commit6f35b459e154dee63d411246250113c089652e75 (patch)
tree12836865dc10c9451b289966d0b6ecf969093d07 /tools
parent88dda752bd56a32e2020749e530345566911f55d (diff)
tools/depends: bump wayland-protocols to 1.20
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/target/wayland-protocols/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/depends/target/wayland-protocols/Makefile b/tools/depends/target/wayland-protocols/Makefile
index ea70b1b946..68b0cbb9ef 100644
--- a/tools/depends/target/wayland-protocols/Makefile
+++ b/tools/depends/target/wayland-protocols/Makefile
@@ -3,9 +3,9 @@ DEPS=Makefile
# lib name, version
LIBNAME=wayland-protocols
-VERSION=1.12
+VERSION=1.20
SOURCE=$(LIBNAME)-$(VERSION)
-ARCHIVE=$(SOURCE).tar.xz
+ARCHIVE=$(SOURCE).tar.gz
ifeq ($(PLATFORM),)
# Building stand-alone
@@ -36,6 +36,7 @@ ifeq ($(PREFIX),)
endif
rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
cd $(PLATFORM); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE)
+ cd $(PLATFORM); $(AUTORECONF) -vif
cd $(PLATFORM); $(CONFIGURE)
.installed-$(PLATFORM): $(PLATFORM)