summaryrefslogtreecommitdiffstats
path: root/package/xstroke
diff options
context:
space:
mode:
Diffstat (limited to 'package/xstroke')
-rw-r--r--package/xstroke/Config.in1
-rw-r--r--package/xstroke/xstroke.mk2
2 files changed, 2 insertions, 1 deletions
diff --git a/package/xstroke/Config.in b/package/xstroke/Config.in
index d53499727..6ef01fe88 100644
--- a/package/xstroke/Config.in
+++ b/package/xstroke/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_XSTROKE
bool "xstroke"
+ select BR2_PACKAGE_DOCKER
default n
help
Handwriting recognition for X
diff --git a/package/xstroke/xstroke.mk b/package/xstroke/xstroke.mk
index b0ede52c8..6d0e2852b 100644
--- a/package/xstroke/xstroke.mk
+++ b/package/xstroke/xstroke.mk
@@ -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))