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.defs4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/graphics/Make.defs b/apps/graphics/Make.defs
index 8f940cbad..3376e941a 100644
--- a/apps/graphics/Make.defs
+++ b/apps/graphics/Make.defs
@@ -41,3 +41,7 @@ endif
ifeq ($(CONFIG_GRAPHICS_SCREENSHOT),y)
CONFIGURED_APPS += graphics/screenshot
endif
+
+ifeq ($(CONFIG_GRAPHICS_TRAVELER),y)
+CONFIGURED_APPS += graphics/traveller
+endif