select docker with xstroke so xstroke has a place to live

This commit is contained in:
John Voltz 2008-04-24 13:23:28 +00:00
parent 910017dfc6
commit 138dc3d7dc
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_XSTROKE
bool "xstroke"
select BR2_PACKAGE_DOCKER
default n
help
Handwriting recognition for X

View File

@ -11,7 +11,7 @@ XSTROKE_INSTALL_STAGING = NO
XSTROKE_INSTALL_TARGET = YES
XSTROKE_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
XSTROKE_DEPENDENCIES = uclibc docker
XSTROKE_DEPENDENCIES = uclibc
$(eval $(call AUTOTARGETS,package,xstroke))