summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-06-14 11:14:46 +0100
committerRichard Hughes <richard@hughsie.com>2017-06-14 11:14:48 +0100
commitc74fa38af1cac2d259c62df4d4a0b852375bcbd3 (patch)
treec33558e8cfc1dc8cb53bc69275b071cd38af1046
parentdeab7cb050b238c5d4382afd98ab39b126962261 (diff)
downloadappstream-glib-c74fa38af1cac2d259c62df4d4a0b852375bcbd3.tar.gz
Fix regression when building component types without icons
These components are allowed to have no icon since b5b4a855.
-rw-r--r--libappstream-builder/asb-context.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libappstream-builder/asb-context.c b/libappstream-builder/asb-context.c
index c63e041..425f227 100644
--- a/libappstream-builder/asb-context.c
+++ b/libappstream-builder/asb-context.c
@@ -821,6 +821,9 @@ asb_context_detect_missing_data (AsbContext *ctx, GError **error)
case AS_APP_KIND_DRIVER:
case AS_APP_KIND_GENERIC:
case AS_APP_KIND_LOCALIZATION:
+ case AS_APP_KIND_CODEC:
+ case AS_APP_KIND_INPUT_METHOD:
+ case AS_APP_KIND_SHELL_EXTENSION:
break;
default:
if (as_app_get_icon_default (AS_APP (app)) == NULL)