Hi, I am trying to use the IVI-Shell with an embedded system. I'd like to use the provided weston.ini.in to show case the example hmi-controller and weston-ivi-shell-user-interface.
Unfortunately the provided weston.ini.in template is only useful when used on the same system that is used to build Weston, because it assumes that the images are located in a data/ directory, but the images are actually installed into a weston/ directory. This makes it very inconvenient to actually show that the example IVI-Shell for demos. Instead of using builddir and srcdir (with hard coded sub-directories), the weston.ini.in should use bindir and datadir, which can be replaced with arbitrary directories when generating the weston.ini and make the template useful for more systems. Michael Michael Tretter (2): ivi-shell: fix path to weston-ivi-shell-user-interface weston.ini.in: make config useful for installed Weston Makefile.am | 6 ++--- ivi-shell/weston.ini.in | 56 ++++++++++++++++++++--------------------- weston.ini.in | 2 +- 3 files changed, 32 insertions(+), 32 deletions(-) -- 2.17.0 _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
