diff options
author | Richard Hughes <richard@hughsie.com> | 2014-07-09 19:52:13 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2014-07-09 21:58:46 +0100 |
commit | ff4a52bfdcdafb37d89a6d8b011fdb3e795a7d12 (patch) | |
tree | e6ba5dc1327d28ad427a42d27c931d1643f5fcc9 /libappstream-builder/asb-context.h | |
parent | 69c797d5ed874fea844ef9c2a04ffe99e3ddc1c0 (diff) | |
download | appstream-glib-ff4a52bfdcdafb37d89a6d8b011fdb3e795a7d12.tar.gz |
Do not use a hardcoded list of extra packages
Instead, install any runtime deps into the extraction directory.
Diffstat (limited to 'libappstream-builder/asb-context.h')
-rw-r--r-- | libappstream-builder/asb-context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libappstream-builder/asb-context.h b/libappstream-builder/asb-context.h index c1abc8b..d461ede 100644 --- a/libappstream-builder/asb-context.h +++ b/libappstream-builder/asb-context.h @@ -103,8 +103,6 @@ gboolean asb_context_add_filename (AsbContext *ctx, void asb_context_disable_older_pkgs (AsbContext *ctx); gboolean asb_context_find_in_cache (AsbContext *ctx, const gchar *filename); -const gchar *asb_context_get_extra_package (AsbContext *ctx, - const gchar *pkgname); G_END_DECLS |