diff options
author | Richard Hughes <richard@hughsie.com> | 2016-09-02 18:14:41 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2016-09-02 18:14:41 +0100 |
commit | 66f18b2157d593ee89dbbb7032bf54f1628362bb (patch) | |
tree | 15dd0f2cc08831a1e354a13893b8a41b467cee2f /libappstream-builder | |
parent | 6d735d324d751c94587cf9f48ebdb9656777a151 (diff) | |
download | appstream-glib-66f18b2157d593ee89dbbb7032bf54f1628362bb.tar.gz |
Add a component kind of 'driver'
Diffstat (limited to 'libappstream-builder')
-rw-r--r-- | libappstream-builder/asb-context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libappstream-builder/asb-context.c b/libappstream-builder/asb-context.c index 99bac7e..12addc1 100644 --- a/libappstream-builder/asb-context.c +++ b/libappstream-builder/asb-context.c @@ -929,6 +929,7 @@ asb_context_detect_missing_data (AsbContext *ctx, GError **error) switch (as_app_get_kind (AS_APP (app))) { case AS_APP_KIND_ADDON: case AS_APP_KIND_FIRMWARE: + case AS_APP_KIND_DRIVER: case AS_APP_KIND_GENERIC: case AS_APP_KIND_LOCALIZATION: break; |