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