Automatically generate weston.ini with the right paths

Previously weston.ini had hardcoded paths for the weston-* clients in
/usr/bin and /usr/libexec. This was a bit annoying when testing Weston
because you wouldn't usually install those in the system prefix. This
patch adds a make rule to automatically generate weston.ini from a
template file with some replacement markers for the paths so that they
can have the right prefix.
This commit is contained in:
Neil Roberts
2013-11-22 16:46:00 +00:00
committed by Kristian Høgsberg
parent bf3c1c6913
commit e3de16ea30
3 changed files with 15 additions and 5 deletions
+1
View File
@@ -28,6 +28,7 @@ cscope.out
/missing
/stamp-h1
/test-driver
/weston.ini
Makefile
Makefile.in
TAGS