weston-init: uncomment "use-g2d=1" from weston.ini on the ccimx6sbc

Without this option, moving any element on the desktop (cursor or windows) will
cause an undesired "trailing" effect, where parts of the moved elements remain
on the desktop.

https://jira.digi.com/browse/DEL-7221

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2020-09-15 13:11:05 +02:00
parent 4a68333fef
commit 1fe0af568f
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@ INI_UNCOMMENT_ASSIGNMENTS_append_mx8mp = " \
use-g2d=1 \ use-g2d=1 \
" "
# Digi: use g2d on ccimx6sbc to fix desktop window issue
INI_UNCOMMENT_ASSIGNMENTS_append_ccimx6sbc = " \
use-g2d=1 \
"
do_install_append() { do_install_append() {
install -Dm0755 ${WORKDIR}/profile ${D}${sysconfdir}/profile.d/weston.sh install -Dm0755 ${WORKDIR}/profile ${D}${sysconfdir}/profile.d/weston.sh