|
@@ -4,12 +4,13 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-WAYLANDPP_VERSION = 0.2.3
|
|
|
+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
|
|
|
-HOST_WAYLANDPP_DEPENDENCIES = host-pkgconf host-wayland
|
|
|
+# 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
|