1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-29 00:38:53 +03:00

w3m: fix missing deps

This commit is contained in:
kyak 2012-10-12 22:57:52 +04:00
parent 370a4987ca
commit 08ed344d90

View File

@ -26,7 +26,7 @@ define Package/w3m
SECTION:=network
CATEGORY:=Network
URL:=http://w3m.sourceforge.net/
DEPENDS:=+libopenssl +gc +libncursesw +gtk2
DEPENDS:=+libopenssl +gc +libncurses +PACKAGE_libncursesw:libncursesw +gtk2
endef
define Package/w3m/description