summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2013-12-02 12:53:32 +0100
committerKristian Høgsberg <krh@bitplanet.net>2013-12-02 15:44:49 -0800
commit8a81b83900ae3153a07f0824a57d0daed436fc18 (patch)
tree8b7dfdc6b307078e23b89cb8f4ec7ca209a395b6 /man
parent3e12e63f034ba6d2c1b27aa5d8f29dde7b0f94db (diff)
downloadweston-8a81b83900ae3153a07f0824a57d0daed436fc18.tar.gz
Make the default desktop shell client configurable
The default can be set by passing WESTON_SHELL_CLIENT as an argument to configure, similarly to WESTON_NATIVE_BACKEND. Reviewed-by: Bryce Harrington <b.harrington@samsung.com>
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am1
-rw-r--r--man/weston.ini.man3
2 files changed, 3 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index e4abd8c4..5fb030a1 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -7,6 +7,7 @@ endif
MAN_SUBSTS = \
-e 's|__weston_native_backend__|$(WESTON_NATIVE_BACKEND)|g' \
-e 's|__weston_modules_dir__|$(pkglibdir)|g' \
+ -e 's|__weston_shell_client__|$(WESTON_SHELL_CLIENT)|g' \
-e 's|__version__|$(PACKAGE_VERSION)|g'
SUFFIXES = .1 .5 .7 .man
diff --git a/man/weston.ini.man b/man/weston.ini.man
index cc88ca80..6be90bf4 100644
--- a/man/weston.ini.man
+++ b/man/weston.ini.man
@@ -141,7 +141,8 @@ The entries that can appear in this section are:
.TP 7
.BI "client=" file
sets the path for the shell client to run. If not specified
-weston-desktop-shell is launched (string).
+.I __weston_shell_client__
+is launched (string).
.TP 7
.BI "background-image=" file
sets the path for the background image file (string).