9a5bf83802
Added all hashes provided by upstream. Upcoming mesa3d 17.2.0 needs version >= 1.8: https://cgit.freedesktop.org/mesa/mesa/commit/configure.ac?h=17.2&id=02cc359372773800de817950aebdf9be2c7973d1 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
548 B
Makefile
16 lines
548 B
Makefile
################################################################################
|
|
#
|
|
# wayland-protocols
|
|
#
|
|
################################################################################
|
|
|
|
WAYLAND_PROTOCOLS_VERSION = 1.10
|
|
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))
|