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