Commit 18f72f97 authored by Paul Jones's avatar Paul Jones Committed by Peter Korsgaard
Browse files

xvkbd: bump version



And fix dependencies while we're at it.

Signed-off-by: default avatarPaul Jones <paul@pauljones.id.au>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 45ca86d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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

+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_XVKBD
	bool "xvkbd"
	depends on BR2_PACKAGE_XORG7
	select BR2_PACKAGE_XLIB_LIBXAW
	help
	  on-screen keyboard for X

+2 −2
Original line number Diff line number Diff line
@@ -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))