buildroot/package/wayland-protocols/wayland-protocols.mk
Bernd Kuhls a7785f47ba package/wayland-protocols: bump version to 1.13
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-04-01 19:55:03 +02:00

16 lines
548 B
Makefile

################################################################################
#
# wayland-protocols
#
################################################################################
WAYLAND_PROTOCOLS_VERSION = 1.13
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))