mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-28 02:06:15 +02:00
xz: fix missing deps
This commit is contained in:
parent
08ed344d90
commit
f80247e2de
@ -15,7 +15,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/xz
|
define Package/xz
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=
|
DEPENDS:=+libpthread
|
||||||
TITLE:=xz utils
|
TITLE:=xz utils
|
||||||
URL:=http://tukaani.org/
|
URL:=http://tukaani.org/
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user