[PATCH weston] ivi: Use build dir instead of libexec dir in generated test ini file

Derek Foreman derekf at osg.samsung.com
Tue Jun 16 11:30:35 PDT 2015


We don't want to use installed binaries when running tests.

Signed-off-by: Derek Foreman <derekf at osg.samsung.com>
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 261798c..a75f6c5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,7 +33,7 @@ tests/weston-ivi.ini : $(srcdir)/ivi-shell/weston.ini.in
 		-e 's|@bindir[@]|$(bindir)|g' \
 		-e 's|@abs_top_builddir[@]|$(abs_top_builddir)|g' \
 		-e 's|@abs_top_srcdir[@]|$(abs_top_srcdir)|g' \
-		-e 's|@libexecdir[@]|$(libexecdir)|g' \
+		-e 's|@libexecdir[@]|$(abs_builddir)|g' \
 		-e 's|@plugin_prefix[@]|$(abs_top_builddir)/.libs/|g' \
 		$< > $@
 
-- 
2.1.4



More information about the wayland-devel mailing list