From 16f1044ef14ac990ef55545d83911d9140d04950 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 28 Feb 2013 19:23:07 +0000 Subject: Add an NX/TIFF screenshot from Petteri Aimonen (Patch 0014) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5690 42af7a65-404d-4744-a932-0658087f49c3 --- apps/graphics/Make.defs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/graphics/Make.defs') diff --git a/apps/graphics/Make.defs b/apps/graphics/Make.defs index 96153a6b5..8f940cbad 100644 --- a/apps/graphics/Make.defs +++ b/apps/graphics/Make.defs @@ -38,3 +38,6 @@ ifeq ($(CONFIG_TIFF),y) CONFIGURED_APPS += graphics/tiff endif +ifeq ($(CONFIG_GRAPHICS_SCREENSHOT),y) +CONFIGURED_APPS += graphics/screenshot +endif -- cgit v1.2.3