kumquat-buildroot/package/waylandpp/waylandpp.mk
Bernd Kuhls 9ddb1dfb40 package/waylandpp: bump version to 1.0.0
Release notes: https://github.com/NilsBrause/waylandpp/releases

Update license hash due to copyright year bump:
1ea510aabd

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-07-29 22:43:02 +02:00

29 lines
964 B
Makefile

################################################################################
#
# waylandpp
#
################################################################################
WAYLANDPP_VERSION = 1.0.0
WAYLANDPP_SITE = $(call github,NilsBrause,waylandpp,$(WAYLANDPP_VERSION))
WAYLANDPP_LICENSE = MIT, GPL-3.0+ (wayland_scanner)
WAYLANDPP_LICENSE_FILES = LICENSE scanner/gpl-3.0.txt
WAYLANDPP_INSTALL_STAGING = YES
# pugixml is needed only to build the host version of wayland-scanner++
HOST_WAYLANDPP_DEPENDENCIES = host-pugixml host-pkgconf host-wayland
WAYLANDPP_DEPENDENCIES = libegl host-pkgconf wayland host-waylandpp
# host variant of wayland-scanner++ is needed for building the target
# package
HOST_WAYLANDPP_CONF_OPTS = \
-DBUILD_LIBRARIES=OFF \
-DBUILD_SCANNER=ON
WAYLANDPP_CONF_OPTS = \
-DBUILD_LIBRARIES=ON \
-DBUILD_SCANNER=OFF \
-DWAYLAND_SCANNERPP=$(HOST_DIR)/bin/wayland-scanner++
$(eval $(cmake-package))
$(eval $(host-cmake-package))