summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2013-11-22 16:46:00 +0000
committerKristian Høgsberg <krh@bitplanet.net>2013-11-27 22:49:31 -0800
commite3de16ea308ffb423504b863629550828564c329 (patch)
tree5bb1c8884ef1e9dd82c32bf69b70908f12e398df /.gitignore
parentbf3c1c6913cf00e12a579a637abb8c4e68233a8c (diff)
downloadweston-e3de16ea308ffb423504b863629550828564c329.tar.gz
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b3fb2a11..111c56c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,6 +28,7 @@ cscope.out
/missing
/stamp-h1
/test-driver
+/weston.ini
Makefile
Makefile.in
TAGS