mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 14:55:00 +02:00
remove circular dependency,
disable rrdtool, enable rrdtool1 when DEVELOPER=1 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1959 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
850d56d4a4
commit
be685f5222
@ -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 New Issue
Block a user