summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/skin_engine/skin_parser.c')
-rw-r--r--apps/gui/skin_engine/skin_parser.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/skin_parser.c b/apps/gui/skin_engine/skin_parser.c
index ed475acb2b..43c2ffa304 100644
--- a/apps/gui/skin_engine/skin_parser.c
+++ b/apps/gui/skin_engine/skin_parser.c
@@ -1031,6 +1031,12 @@ static bool check_feature_tag(const int type)
1031 return true; 1031 return true;
1032#endif 1032#endif
1033 return false; 1033 return false;
1034 case SKIN_TOKEN_HAVE_TOUCH:
1035#ifdef HAVE_TOUCHSCREEN
1036 return true;
1037#else
1038 return false;
1039#endif
1034 1040
1035#if CONFIG_TUNER 1041#if CONFIG_TUNER
1036 case SKIN_TOKEN_HAVE_RDS: 1042 case SKIN_TOKEN_HAVE_RDS: