buildroot/package/wayland-protocols/wayland-protocols.mk
James Hilliard f591f5826f package/wayland-protocols: bump to version 1.17
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-12-13 21:54:21 +01:00

16 lines
548 B
Makefile

################################################################################
#
# wayland-protocols
#
################################################################################
WAYLAND_PROTOCOLS_VERSION = 1.17
WAYLAND_PROTOCOLS_SITE = http://wayland.freedesktop.org/releases
WAYLAND_PROTOCOLS_SOURCE = wayland-protocols-$(WAYLAND_PROTOCOLS_VERSION).tar.xz
WAYLAND_PROTOCOLS_LICENSE = MIT
WAYLAND_PROTOCOLS_LICENSE_FILES = COPYING
WAYLAND_PROTOCOLS_INSTALL_STAGING = YES
WAYLAND_PROTOCOLS_INSTALL_TARGET = NO
$(eval $(autotools-package))