xz: fix missing deps

This commit is contained in:
kyak 2012-10-12 23:02:44 +04:00
parent 08ed344d90
commit f80247e2de
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/xz
SECTION:=utils
CATEGORY:=Utilities
DEPENDS:=
DEPENDS:=+libpthread
TITLE:=xz utils
URL:=http://tukaani.org/
endef