select docker with xstroke so xstroke has a place to live
authorJohn Voltz <john.voltz@gmail.com>
Thu, 24 Apr 2008 13:23:28 +0000 (13:23 -0000)
committerJohn Voltz <john.voltz@gmail.com>
Thu, 24 Apr 2008 13:23:28 +0000 (13:23 -0000)
package/xstroke/Config.in
package/xstroke/xstroke.mk

index d5349972722b50e0d0449dbb8618e631897830c0..6ef01fe881167503d4306579e1ceca99b83aee64 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_XSTROKE
        bool "xstroke"
+       select BR2_PACKAGE_DOCKER
        default n
        help
          Handwriting recognition for X
index b0ede52c83c8c3834f3608be9d3c6376d1b64f58..6d0e2852b111c6a64c262d418e14fce7ea800d7e 100644 (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))