diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-18 01:39:07 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-18 01:39:07 +0000 |
commit | 464d501ed34c9b151ff535d95efc4f4b29d4b761 (patch) | |
tree | 999d33a1d62fd562c240788528519d91fd35c155 /conf/distro/include/slugos.inc | |
parent | f423928298938b2b053cc80b68fd93d21fe614bf (diff) |
slugos: Added support for DISTR_EXTRA_{DEPENDS,RDEPENDS,RRECOMMENDS}
Diffstat (limited to 'conf/distro/include/slugos.inc')
-rw-r--r-- | conf/distro/include/slugos.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index 0a11c0e8ac..a89d193225 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -84,7 +84,9 @@ CMDLINE_DEBUG = "noirqdebug" # # Everything in this list gets added to the flash image, along with any RDEPENDS # it has itself! -SLUGOS_EXTRA_RDEPENDS ?= "" +DISTRO_EXTRA_DEPENDS ?= "" +DISTRO_EXTRA_RDEPENDS ?= "" +DISTRO_EXTRA_RRECOMMENDS ?= "" #---------------------------------------------------------------------------------- # PACKAGE VERSION CONTROL |