From 6189fb7936f469eab53db712f31dc8276075ff5e Mon Sep 17 00:00:00 2001
From: Volodymyr Riazantsev <volodymyr.riazantsev@globallogic.com>
Date: Tue, 16 Aug 2016 23:47:23 -0400
Subject: [PATCH] ivi-shell: Add screenshooter option

Add ability to capture the screen.

Signed-off-by: Volodymyr Riazantsev <volodymyr.riazantsev@globallogic.com>
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
 ivi-shell/ivi-shell.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ivi-shell/ivi-shell.c b/ivi-shell/ivi-shell.c
index 1720705..5637d8e 100644
--- a/ivi-shell/ivi-shell.c
+++ b/ivi-shell/ivi-shell.c
@@ -456,6 +456,8 @@ module_init(struct weston_compositor *compositor,
 				    argc, argv) < 0)
 		goto out_settings;
 
+	screenshooter_create(compositor);
+
 	retval = 0;
 
 out_settings:
-- 
2.4.5

