mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
18 lines
590 B
Makefile
18 lines
590 B
Makefile
################################################################################
|
|
#
|
|
# wayland-protocols
|
|
#
|
|
################################################################################
|
|
|
|
WAYLAND_PROTOCOLS_VERSION = 1.25
|
|
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))
|