mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 07:23:30 +08:00
package/xstroke: needs X11 support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
8974369074
commit
5bb205b8e2
2
CHANGES
2
CHANGES
@ -30,7 +30,7 @@
|
||||
rsync, samba, sawman, sdl, shared-mime-info, spawn-fcgi,
|
||||
speech-tools, sqlite, squashfs, synergy, syslinux, target-binutils,
|
||||
tcpdump, u-boot, util-linux, valgrind, vsftpd, wipe, wpa-supplicant,
|
||||
xdata_xcursor-themes, zlib
|
||||
xdata_xcursor-themes, xstroke, zlib
|
||||
|
||||
Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_XSTROKE
|
||||
bool "xstroke"
|
||||
depends on BR2_PACKAGE_XORG7
|
||||
select BR2_PACKAGE_DOCKER
|
||||
help
|
||||
Handwriting recognition for X
|
||||
|
@ -11,5 +11,7 @@ XSTROKE_INSTALL_STAGING = NO
|
||||
XSTROKE_INSTALL_TARGET = YES
|
||||
XSTROKE_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
|
||||
|
||||
XSTROKE_DEPENDENCIES = xserver_xorg-server
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,xstroke))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user