mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
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:
parent
45ca86d4e9
commit
18f72f9730
2
CHANGES
2
CHANGES
@ -6,7 +6,7 @@
|
|||||||
libxcb, mplayer, pciutils, xdriver_xf86-video-openchrome,
|
libxcb, mplayer, pciutils, xdriver_xf86-video-openchrome,
|
||||||
usb_modeswitch, usbutils, wpa_supplicant, xapp_bdftopcf,
|
usb_modeswitch, usbutils, wpa_supplicant, xapp_bdftopcf,
|
||||||
xapp_mkfontdir, xfont_encodings, xlib_libX11, xlib_libXfont,
|
xapp_mkfontdir, xfont_encodings, xlib_libX11, xlib_libXfont,
|
||||||
xlib_xtrans, xproto_fontcacheproto, xproto_fontsproto.
|
xlib_xtrans, xproto_fontcacheproto, xproto_fontsproto, xvkbd
|
||||||
|
|
||||||
Removed packages: vice
|
Removed packages: vice
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_XVKBD
|
config BR2_PACKAGE_XVKBD
|
||||||
bool "xvkbd"
|
bool "xvkbd"
|
||||||
depends on BR2_PACKAGE_XORG7
|
depends on BR2_PACKAGE_XORG7
|
||||||
|
select BR2_PACKAGE_XLIB_LIBXAW
|
||||||
help
|
help
|
||||||
on-screen keyboard for X
|
on-screen keyboard for X
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# xvkbd
|
# xvkbd
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
XVKBD_VERSION = 2.8
|
XVKBD_VERSION = 3.2
|
||||||
XVKBD_SOURCE = xvkbd-$(XVKBD_VERSION).tar.gz
|
XVKBD_SOURCE = xvkbd-$(XVKBD_VERSION).tar.gz
|
||||||
XVKBD_SITE = http://homepage3.nifty.com/tsato/xvkbd
|
XVKBD_SITE = http://homepage3.nifty.com/tsato/xvkbd
|
||||||
XVKBD_AUTORECONF = NO
|
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_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
|
||||||
|
|
||||||
XVKBD_DEPENDENCIES = xserver_xorg-server
|
XVKBD_DEPENDENCIES = xserver_xorg-server xlib_libXaw
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,xvkbd))
|
$(eval $(call AUTOTARGETS,package,xvkbd))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user