mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-21 19:30:16 +02:00
directvnc: fix depends +libjped
This commit is contained in:
parent
4112aca2a9
commit
38c2947363
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_NAME:=directvnc
|
||||
PKG_VERSION:=0.7.7
|
||||
PKG_RELEASE:=1
|
||||
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/downloads/drinkmilk/directvnc
|
||||
PKG_MD5SUM:=e30f1a0e45b440443c044148fb62ad6e
|
||||
@ -22,7 +22,7 @@ define Package/directvnc
|
||||
SECTION:=utilities
|
||||
CATEGORY:=Utilities
|
||||
URL:=http://freecode.com/projects/directvnc
|
||||
DEPENDS:=+directfb
|
||||
DEPENDS:=+directfb +libjpeg
|
||||
endef
|
||||
|
||||
define Package/directvnc/description
|
||||
|
Loading…
Reference in New Issue
Block a user