fix dependency on libnotimpl, which has no package, so make it a build time dependency instead
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6095 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
577cb1651b
commit
bf2b94dd10
@ -20,6 +20,8 @@ PKG_CAT:=zcat
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
||||
|
||||
PKG_BUILDDEP:=libnotimpl
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/rrd
|
||||
@ -31,7 +33,7 @@ endef
|
||||
|
||||
define Package/librrd
|
||||
$(call Package/rrd)
|
||||
DEPENDS:=+libart +libfreetype +libpng +zlib +libnotimpl
|
||||
DEPENDS:=+libart +libfreetype +libpng +zlib
|
||||
SECTION:=libs
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Round Robin Database (RRD) management library (v1.2.x)
|
||||
|
Loading…
x
Reference in New Issue
Block a user