remove circular dependency, disable rrdtool, enable rrdtool1 when DEVELOPER=1
SVN-Revision: 1959
This commit is contained in:
parent
df74e690ab
commit
2646e9b47b
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue