972c99d2777bfb1be1a7da0001f225678727db3c
[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 \
3                rendering rights. Applications request to render itself, \
4                then Window Manager checks the policy and notifies the \
5                layout to the respective applications \
6               "
7 HOMEPAGE    = "https://wiki.automotivelinux.org/windowmanager"
8 SECTION     = "graphics"
9 LICENSE     = "Apache-2.0"
10 LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93 \
11                     file://LICENSE.MIT;md5=a7514fe5664902e337bd8a4443d8f348"
12
13 DEPENDS = "af-binder json-c wayland wayland-ivi-extension wayland-native"
14
15 inherit cmake aglwgt
16
17 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-windowmanager-2017;protocol=https;branch=master"
18 SRCREV = "afd5c59cdfeeb142feb57afe7d3d47f5f83fda45"
19 S = "${WORKDIR}/git"
20
21 #If you would like to output log, uncomment out
22 EXTRA_OECMAKE_append_agl-devel = " -DENABLE_DEBUG_OUTPUT=ON "