package/wayland-utils: bump to version 1.1.0

keep version same with the offical buildroot tag 2022.08

Signed-off-by: Andy Hu <andy.hu@starfivetech.com>
This commit is contained in:
Andy Hu
2023-06-01 22:17:39 +08:00
parent 93720a7770
commit eb6c3c5a84
3 changed files with 60 additions and 7 deletions
+9 -2
View File
@@ -4,11 +4,18 @@
#
################################################################################
WAYLAND_UTILS_VERSION = 1.0.0
WAYLAND_UTILS_SITE = https://wayland.freedesktop.org/releases
WAYLAND_UTILS_VERSION = 1.1.0
WAYLAND_UTILS_SITE = https://gitlab.freedesktop.org/wayland/wayland-utils/-/releases/$(WAYLAND_UTILS_VERSION)/downloads
WAYLAND_UTILS_SOURCE = wayland-utils-$(WAYLAND_UTILS_VERSION).tar.xz
WAYLAND_UTILS_LICENSE = MIT
WAYLAND_UTILS_LICENSE_FILES = COPYING
WAYLAND_UTILS_DEPENDENCIES = host-pkgconf wayland wayland-protocols
ifeq ($(BR2_PACKAGE_LIBDRM),y)
WAYLAND_UTILS_DEPENDENCIES += libdrm
WAYLAND_UTILS_CONF_OPTS += -Ddrm=enabled
else
WAYLAND_UTILS_CONF_OPTS += -Ddrm=disabled
endif
$(eval $(meson-package))