# -*-makefile-*- # # Copyright (C) 2016 by Michael Olbrich # # For further information about the PTXdist project and license conditions # see the README file. # # # We provide this package # PACKAGES-$(PTXCONF_WAYLAND_PROTOCOLS) += wayland-protocols # # Paths and names # WAYLAND_PROTOCOLS_VERSION := 1.20 WAYLAND_PROTOCOLS_MD5 := b0836533a3f2dc6585b1dae00341157f WAYLAND_PROTOCOLS := wayland-protocols-$(WAYLAND_PROTOCOLS_VERSION) WAYLAND_PROTOCOLS_SUFFIX := tar.xz WAYLAND_PROTOCOLS_URL := https://wayland.freedesktop.org/releases/$(WAYLAND_PROTOCOLS).$(WAYLAND_PROTOCOLS_SUFFIX) WAYLAND_PROTOCOLS_SOURCE := $(SRCDIR)/$(WAYLAND_PROTOCOLS).$(WAYLAND_PROTOCOLS_SUFFIX) WAYLAND_PROTOCOLS_DIR := $(BUILDDIR)/$(WAYLAND_PROTOCOLS) WAYLAND_PROTOCOLS_LICENSE := MIT # # autoconf # WAYLAND_PROTOCOLS_CONF_TOOL := autoconf # vim: syntax=make