From e28ee34214e9f8dfae30f1ebd4446bee731e0074 Mon Sep 17 00:00:00 2001 From: JoonCheol Park Date: Fri, 12 Jun 2015 18:26:02 +0900 Subject: [PATCH] compositor: add missing help text The headless-backend.so was missing in available backend list Signed-off-by: JoonCheol Park Reviewed-by: Pekka Paalanen --- src/compositor.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/compositor.c b/src/compositor.c index ee6120b1..1e091635 100644 --- 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