summaryrefslogtreecommitdiff
path: root/libappstream-glib/appstream-glib.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-12-21 13:58:23 +0000
committerRichard Hughes <richard@hughsie.com>2016-12-21 16:01:41 +0000
commit01b9771203fd450741282504c730d296d7b9cce5 (patch)
treec9b8691df2828c9a09d2b6620d5382abea4ede66 /libappstream-glib/appstream-glib.h
parent20f63a5a007d1f6038a2473b7b7901c59584fed1 (diff)
downloadappstream-glib-01b9771203fd450741282504c730d296d7b9cce5.tar.gz
Add AsRequire as a way to store runtime requirements
This can be used by fwupd to prevent incompatible firmware being installed on devices, and GNOME Software for limiting artificial fake components to supported plugin versions.
Diffstat (limited to 'libappstream-glib/appstream-glib.h')
-rw-r--r--libappstream-glib/appstream-glib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libappstream-glib/appstream-glib.h b/libappstream-glib/appstream-glib.h
index 785affb..3082b6e 100644
--- a/libappstream-glib/appstream-glib.h
+++ b/libappstream-glib/appstream-glib.h
@@ -39,6 +39,7 @@
#include <as-profile.h>
#include <as-provide.h>
#include <as-release.h>
+#include <as-require.h>
#include <as-review.h>
#include <as-screenshot.h>
#include <as-store.h>