remove circular dependency, disable rrdtool, enable rrdtool1 when DEVELOPER=1

SVN-Revision: 1959
This commit is contained in:
Nicolas Thill 2005-09-20 01:57:11 +00:00
parent df74e690ab
commit 2646e9b47b
2 changed files with 2 additions and 4 deletions

View File

@ -1,12 +1,11 @@
config BR2_COMPILE_RRDTOOL
bool
default no
default n
depends BR2_PACKAGE_LIBRRD
config BR2_PACKAGE_LIBRRD
tristate "librrd - Round Robin Database (RRD) management library (v1.2.x)"
default n
depends !BR2_COMPILE_RRDTOOL1
select BR2_COMPILE_RRDTOOL
select BR2_PACKAGE_LIBART
select BR2_PACKAGE_LIBFREETYPE

View File

@ -1,12 +1,11 @@
config BR2_COMPILE_RRDTOOL1
bool
default no
default n
depends BR2_PACKAGE_LIBRRD1
config BR2_PACKAGE_LIBRRD1
tristate "librrd1 - Round Robin Database (RRD) management library (v1.0.x)"
default m if CONFIG_DEVEL
depends !BR2_COMPILE_RRDTOOL
select BR2_COMPILE_RRDTOOL1
select BR2_PACKAGE_ZLIB
help