lcd4linux: dpf driver requires libgd and libusb
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
This commit is contained in:
parent
8e85335589
commit
c181b82b22
2 changed files with 3 additions and 2 deletions
|
@ -79,7 +79,8 @@ config LCD4LINUX_CUSTOM_DRIVER_D4D
|
||||||
config LCD4LINUX_CUSTOM_DRIVER_dpf
|
config LCD4LINUX_CUSTOM_DRIVER_dpf
|
||||||
bool
|
bool
|
||||||
prompt "dpf"
|
prompt "dpf"
|
||||||
select LCD4LINUX_CUSTOM_NEEDS_libdpf
|
select LCD4LINUX_CUSTOM_NEEDS_libusb
|
||||||
|
select LCD4LINUX_CUSTOM_NEEDS_libgd
|
||||||
|
|
||||||
config LCD4LINUX_CUSTOM_DRIVER_EA232graphic
|
config LCD4LINUX_CUSTOM_DRIVER_EA232graphic
|
||||||
bool
|
bool
|
||||||
|
|
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||||
PKG_NAME:=lcd4linux
|
PKG_NAME:=lcd4linux
|
||||||
PKG_REV:=1203
|
PKG_REV:=1203
|
||||||
PKG_VERSION:=r$(PKG_REV)
|
PKG_VERSION:=r$(PKG_REV)
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=https://ssl.bulix.org/svn/lcd4linux/trunk/
|
PKG_SOURCE_URL:=https://ssl.bulix.org/svn/lcd4linux/trunk/
|
||||||
|
|
Loading…
Reference in a new issue