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 <[email protected]> --- 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=@[email protected] modules=@[email protected] [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 _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
