projects
/
platform
/
upstream
/
weston.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fa7b7f
)
compositor: add missing help text
author
JoonCheol Park
<jooncheol@gmail.com>
Fri, 12 Jun 2015 09:26:02 +0000
(18:26 +0900)
committer
Pekka Paalanen
<pekka.paalanen@collabora.co.uk>
Mon, 22 Jun 2015 11:57:24 +0000
(14:57 +0300)
The headless-backend.so was missing in available backend list
Signed-off-by: JoonCheol Park <jooncheol@gmail.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
src/compositor.c
patch
|
blob
|
history
diff --git
a/src/compositor.c
b/src/compositor.c
index ee6120b102db3b152fd28f3aebdefd83aa180b09..1e0916350fb5173098e2c228972e5f2bd628bc8a 100644
(file)
--- a/
src/compositor.c
+++ b/
src/compositor.c
@@
-5043,6
+5043,9
@@
usage(int error_code)
#if defined(BUILD_RDP_COMPOSITOR)
"\t\t\t\trdp-backend.so\n"
#endif
+#if defined(BUILD_HEADLESS_COMPOSITOR)
+ "\t\t\t\theadless-backend.so\n"
+#endif
#if defined(BUILD_RPI_COMPOSITOR) && defined(HAVE_BCM_HOST)
"\t\t\t\trpi-backend.so\n"
#endif