xvkbd: bump version

And fix dependencies while we're at it.

Signed-off-by: Paul Jones <paul@pauljones.id.au>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Paul Jones 2010-05-10 15:02:42 +10:00 committed by Peter Korsgaard
parent 45ca86d4e9
commit 18f72f9730
3 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@
libxcb, mplayer, pciutils, xdriver_xf86-video-openchrome,
usb_modeswitch, usbutils, wpa_supplicant, xapp_bdftopcf,
xapp_mkfontdir, xfont_encodings, xlib_libX11, xlib_libXfont,
xlib_xtrans, xproto_fontcacheproto, xproto_fontsproto.
xlib_xtrans, xproto_fontcacheproto, xproto_fontsproto, xvkbd
Removed packages: vice

View File

@ -1,6 +1,7 @@
config BR2_PACKAGE_XVKBD
bool "xvkbd"
depends on BR2_PACKAGE_XORG7
select BR2_PACKAGE_XLIB_LIBXAW
help
on-screen keyboard for X

View File

@ -3,7 +3,7 @@
# xvkbd
#
#############################################################
XVKBD_VERSION = 2.8
XVKBD_VERSION = 3.2
XVKBD_SOURCE = xvkbd-$(XVKBD_VERSION).tar.gz
XVKBD_SITE = http://homepage3.nifty.com/tsato/xvkbd
XVKBD_AUTORECONF = NO
@ -15,7 +15,7 @@ XVKBD_MAKE_OPT = CC=$(TARGET_CC) CXX=$(TARGET_CXX) LD=$(TARGET_CC) \
XVKBD_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
XVKBD_DEPENDENCIES = xserver_xorg-server
XVKBD_DEPENDENCIES = xserver_xorg-server xlib_libXaw
$(eval $(call AUTOTARGETS,package,xvkbd))