cppunit: add missing dependency

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32241 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-06-11 23:30:34 +00:00
parent 8476e88d29
commit b2d6a06078

View File

@ -23,6 +23,7 @@ define Package/cppunit
CATEGORY:=Development CATEGORY:=Development
TITLE:=Unit Testing Library for C++ TITLE:=Unit Testing Library for C++
URL:=http://cppunit.sourceforge.net/ URL:=http://cppunit.sourceforge.net/
DEPENDS:=+libstdcpp
endef endef
define Package/cppunit/description define Package/cppunit/description