Files
fml13v01-buildroot/package/wayland-utils/wayland-utils.mk
T
Andy Hu eb6c3c5a84 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>
2023-06-01 22:17:39 +08:00

22 lines
725 B
Makefile
Executable File

################################################################################
#
# wayland-utils
#
################################################################################
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))