summaryrefslogtreecommitdiffstats
path: root/pkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'pkg.h')
-rw-r--r--pkg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg.h b/pkg.h
index 665191b..ffb969b 100644
--- a/pkg.h
+++ b/pkg.h
@@ -176,6 +176,10 @@ struct pkg
int arch_priority;
/* Adding this flag, to "force" opkg to choose a "provided_by_hand" package, if there are multiple choice */
int provided_by_hand;
+
+ /* this flag specifies whether the package was installed to satisfy another
+ * package's dependancies */
+ int auto_installed;
};
pkg_t *pkg_new(void);