7eedc9cc1e
- convert to meson (as no configure script is provided, alternative would be to enable autoreconf) - disable tests For details (since 1.21) see [1], [2]. [1] https://lists.freedesktop.org/archives/wayland-devel/2021-September/041972.html [2] https://lists.freedesktop.org/archives/wayland-devel/2021-September/041979.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
18 lines
590 B
Makefile
18 lines
590 B
Makefile
################################################################################
|
|
#
|
|
# wayland-protocols
|
|
#
|
|
################################################################################
|
|
|
|
WAYLAND_PROTOCOLS_VERSION = 1.23
|
|
WAYLAND_PROTOCOLS_SITE = https://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
|
|
|
|
WAYLAND_PROTOCOLS_CONF_OPTS = -Dtests=false
|
|
|
|
$(eval $(meson-package))
|