a9fcaa67a62ea0cab8fdf56ad4232c5a03cb29ef
[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                     file://LICENSE.MIT;md5=a7514fe5664902e337bd8a4443d8f348"
10 DEPENDS = "af-binder json-c wayland wayland-ivi-extension wayland-native"
11
12 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-windowmanager-2017;protocol=https;branch=master"
13 SRCREV = "3772dc5dc1b89ac101134d02529bde7185e68948"
14 S = "${WORKDIR}/git"
15
16 inherit cmake aglwgt
17
18 #If you would like to output log, uncomment out
19 EXTRA_OECMAKE_append_agl-devel = " -DENABLE_DEBUG_OUTPUT=ON "