summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Voltz2008-04-24 15:23:28 +0200
committerJohn Voltz2008-04-24 15:23:28 +0200
commit138dc3d7dc9506ecf0fae976f3f2d616339bbfed (patch)
tree312ab91fa8cacb215051481e740c42b1d4ba4495
parentupdate webkit version (diff)
downloadbuildroot-138dc3d7dc9506ecf0fae976f3f2d616339bbfed.tar.gz
buildroot-138dc3d7dc9506ecf0fae976f3f2d616339bbfed.tar.xz
buildroot-138dc3d7dc9506ecf0fae976f3f2d616339bbfed.zip
select docker with xstroke so xstroke has a place to live
-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))