[PATCH 1/2] ivi-shell: fix path to weston-ivi-shell-user-interface

Michael Tretter m.tretter at pengutronix.de
Wed May 23 08:34:45 UTC 2018


The weston-ivi-shell-user-interface is installed to libexecdir. The
config already refers to weston-keyboard from libexecdir. Therefore,
there is no reason to use abs_top_srcdir instead of libexecdir.

Signed-off-by: Michael Tretter <m.tretter at pengutronix.de>
---
 ivi-shell/weston.ini.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivi-shell/weston.ini.in b/ivi-shell/weston.ini.in
index 3f11e1c02..486498b4c 100644
--- a/ivi-shell/weston.ini.in
+++ b/ivi-shell/weston.ini.in
@@ -3,7 +3,7 @@ shell=@plugin_prefix at ivi-shell.so
 modules=@plugin_prefix at hmi-controller.so
 
 [ivi-shell]
-ivi-shell-user-interface=@abs_top_builddir@/weston-ivi-shell-user-interface
+ivi-shell-user-interface=@libexecdir@/weston-ivi-shell-user-interface
 
 #developermode=true
 
-- 
2.17.0



More information about the wayland-devel mailing list