aboutsummaryrefslogtreecommitdiffstats
path: root/meta-application-manager/recipes-application-framework/aul
AgeCommit message (Collapse)AuthorFilesLines
2017-01-16Remove disuse packages from CMakeListsYuta Doi2-2/+2
In aul the compile error was occurred because there was disuse package "ecore-wayland" in CMakeLists.txt. So "ecore-wayland" was removed from CMakeLists.txt. Change-Id: Ibdde0615761e4e44f471dba5809cc28e3b3f3647 Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
2016-12-22Update aulYuta Doi5-83/+101
from: ef7b405abf2577b9e5bf7aa24944e24552ca5b8e to : b14acdd722084f62a2bee2ded3d4ce7f8400559a [NOTE] This commit have been checked compiling but the command of pkgmgr is not existed, so it is necessary that alternative command is added. Change-Id: I8bded79c267c2b923b8fef69ec8ab488dbe7a420 Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
2016-11-08Enable aglglobalapp to renderHEADmasterKazumasa Mitsunari2-1/+14
1. Enable aglglobalapp to render app using libEGL.so. Originally AGL enables only root user to use libEGL.so because a device is owned by root and video group. It caused users fail to initialize EGL config. 2. Enable user to use XDG_RUNTIME_DIR=/run/user/0 Users don't need to write shell script basically. But if application would like to set unieque environment variables, it is necessary to write shell script. Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
2016-07-22First version of ported tizen application managerKazumasa Mitsunari4-0/+655
Change-Id: I46735869fe8113be58348d575e01734e498d2de2 Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>