1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-22 00:29:41 +02:00

directvnc: fix depends +libjped

This commit is contained in:
Xiangfu 2013-01-03 18:57:22 +08:00
parent 4112aca2a9
commit 38c2947363

View File

@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=directvnc PKG_NAME:=directvnc
PKG_VERSION:=0.7.7 PKG_VERSION:=0.7.7
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/downloads/drinkmilk/directvnc PKG_SOURCE_URL:=https://github.com/downloads/drinkmilk/directvnc
PKG_MD5SUM:=e30f1a0e45b440443c044148fb62ad6e PKG_MD5SUM:=e30f1a0e45b440443c044148fb62ad6e
@ -22,7 +22,7 @@ define Package/directvnc
SECTION:=utilities SECTION:=utilities
CATEGORY:=Utilities CATEGORY:=Utilities
URL:=http://freecode.com/projects/directvnc URL:=http://freecode.com/projects/directvnc
DEPENDS:=+directfb DEPENDS:=+directfb +libjpeg
endef endef
define Package/directvnc/description define Package/directvnc/description