To improve launching performance, appcore-efl checks whether the
environment variable is set or not.
Requires:
- https://review.tizen.org/gerrit/#/c/platform/core/appfw/launchpad/+/215358/
Change-Id: Ida4517eaac66ec19749d8926fb1e4c6c4d392c20
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
elm_init(argc, argv);
hint = appcore_efl_base_get_hint();
- if (hint & APPCORE_EFL_BASE_HINT_HW_ACC_CONTROL) {
+ if ((hint & APPCORE_EFL_BASE_HINT_HW_ACC_CONTROL) &&
+ !getenv("AUL_HWACC")) {
hwacc = getenv("HWACC");
if (hwacc == NULL) {
_DBG("elm_config_accel_preference_set is not called");