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:
Regular → Executable
+9
-2
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user