3207b79baf8dcb314690d55068f48cec4359b35b
[AGL/meta-agl-devel.git] / meta-hmi-framework / recipes-graphics / agl-service-windowmanager-2017 / agl-service-windowmanager-2017_git.bb
1 SUMMARY     = "Window Manager service binding for applications"
2 DESCRIPTION = "Window Manager 2017 is the service binding for controlling rendering rights \
3     Applications requests to render itself, then Window Manager check policy and notify layout to respective applications \
4     "
5 HOMEPAGE    = "https://wiki.automotivelinux.org/windowmanager"
6 SECTION = "graphics"
7 LICENSE     = "Apache-2.0"
8 LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
9 DEPENDS = "af-binder json-c wayland wayland-ivi-extension wayland-native"
10
11 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-windowmanager-2017;protocol=https;branch=master"
12 SRCREV = "9d25a6eaeb93ab7c732b3dbca28b6fa86b15347c"
13 S = "${WORKDIR}/git"
14
15 inherit cmake aglwgt
16
17 #If you would like to output log, uncomment out
18 #EXTRA_OECMAKE = " -DENABLE_DEBUG_OUTPUT=ON "