diff options
Diffstat (limited to 'tools/depends/target/wayland-protocols/Makefile')
-rw-r--r-- | tools/depends/target/wayland-protocols/Makefile | 5 |
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) |