kumquat-buildroot/package/waylandpp/waylandpp.mk
Bernd Kuhls d548d231c3 package/waylandpp: bump version
Removed patch applied upstream:
242c2c9a18

Bundled pugixml was removed:
433ce65b68

Use host-pugixml instead and bump to HEAD to include a patch which
fixes a linking error:
41063c3e1d

Updated license hash due to upstream commit:
f255d61ffd

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-06-17 20:16:26 +02:00

29 lines
999 B
Makefile

################################################################################
#
# waylandpp
#
################################################################################
WAYLANDPP_VERSION = 41063c3e1de245bb7ea0c940e7400bd876bee25e
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))