mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
xz: fix missing deps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user