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)
commit7aa7d70bde8242edf1f0a12546754c371fbfe03c
treef023f42a495bbf6f3e9eb3352b8258f91097c33a
parentb0632b0a5cd7e31c79c4a81764ebed329114a983
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 <scott.murray@konsulko.com>
Change-Id: Ief95db5a6a7e26294a2db919c9efe01616fe7755
HomeScreen/conf/HomeScreen.service