aboutsummaryrefslogtreecommitdiffstats
path: root/meta-hmi-framework/recipes-graphics/agl-service-windowmanager/agl-service-windowmanager_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-hmi-framework/recipes-graphics/agl-service-windowmanager/agl-service-windowmanager_git.bb')
-rw-r--r--meta-hmi-framework/recipes-graphics/agl-service-windowmanager/agl-service-windowmanager_git.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-hmi-framework/recipes-graphics/agl-service-windowmanager/agl-service-windowmanager_git.bb b/meta-hmi-framework/recipes-graphics/agl-service-windowmanager/agl-service-windowmanager_git.bb
new file mode 100644
index 00000000..246508ab
--- /dev/null
+++ b/meta-hmi-framework/recipes-graphics/agl-service-windowmanager/agl-service-windowmanager_git.bb
@@ -0,0 +1,23 @@
+SUMMARY = "Window Manager service binding for applications"
+DESCRIPTION = "Window Manager is the service binding for controlling \
+ rendering rights. Applications request to render itself, \
+ then Window Manager checks the policy and notifies the \
+ layout to the respective applications \
+ "
+HOMEPAGE = "https://wiki.automotivelinux.org/windowmanager"
+SECTION = "graphics"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93 \
+ file://LICENSE.MIT;md5=a7514fe5664902e337bd8a4443d8f348"
+
+DEPENDS = "af-binder json-c wayland wayland-ivi-extension wayland-native"
+
+inherit cmake aglwgt
+
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-windowmanager;protocol=https;branch=${AGL_BRANCH}"
+SRCREV = "6a20800629fca350b00ce71a09ba4d71e2f2ee1d"
+PV = "1.0+git${SRCPV}"
+S = "${WORKDIR}/git"
+
+#If you would like to output log, uncomment out
+EXTRA_OECMAKE_append_agl-devel = " -DENABLE_DEBUG_OUTPUT=ON "