Fix EGL library name in HomeScreen systemd unit 17/7617/1
authorScott Murray <scott.murray@konsulko.com>
Wed, 14 Dec 2016 20:17:50 +0000 (15:17 -0500)
committerScott Murray <scott.murray@konsulko.com>
Wed, 14 Dec 2016 20:22:55 +0000 (15:22 -0500)
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 <scott.murray@konsulko.com>
Change-Id: Ief95db5a6a7e26294a2db919c9efe01616fe7755


No differences found