summaryrefslogtreecommitdiffstats
path: root/package/waylandpp/waylandpp.mk
blob: ff17c35c1e2d5c91b332d802ca315be5a1b31400 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
################################################################################
#
# waylandpp
#
################################################################################

WAYLANDPP_VERSION = 0.2.3
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
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))
OpenPOWER on IntegriCloud