From: Scott Murray Date: Wed, 14 Dec 2016 20:17:50 +0000 (-0500) Subject: Fix EGL library name in HomeScreen systemd unit X-Git-Tag: 3.0.0~24 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=7aa7d70bde8242edf1f0a12546754c371fbfe03c;hp=7aa7d70bde8242edf1f0a12546754c371fbfe03c;p=staging%2FHomeScreen.git Fix EGL library name in HomeScreen systemd unit The LD_PRELOAD of the EGL library in HomeScreen.service's Environment definition needs to be /usr/lib/libEGL.so.1, as the images do not contain an undecorated .so symlink. This had recently been fixed in the old demo's startup scripts, but seems to have been missed in the switch to systemd startup. Signed-off-by: Scott Murray Change-Id: Ief95db5a6a7e26294a2db919c9efe01616fe7755 ---