summaryrefslogtreecommitdiff
path: root/apps/graphics/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics/Make.defs')
-rw-r--r--apps/graphics/Make.defs3
1 files changed, 3 insertions, 0 deletions
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