fltk2: Add missing dependency

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23814 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mb 2010-11-03 01:36:16 +00:00
parent e24fde9bf3
commit 7fa8233199

View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=fltk2
PKG_REV:=6671
PKG_VERSION:=r$(PKG_REV)
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE_PROTO:=svn
PKG_SOURCE_VERSION:=$(PKG_REV)
@ -30,7 +30,7 @@ define Package/fltk2
SUBMENU:=framework
TITLE:=Fltk2
URL:=http://fltk.org/
DEPENDS:=+libXi +libstdcpp
DEPENDS:=+libXi +libstdcpp +libfreetype
endef
define Package/fltk2/description