From: John Voltz Date: Thu, 24 Apr 2008 13:23:28 +0000 (-0000) Subject: select docker with xstroke so xstroke has a place to live X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=138dc3d7dc9506ecf0fae976f3f2d616339bbfed;p=buildroot.git select docker with xstroke so xstroke has a place to live --- diff --git a/package/xstroke/Config.in b/package/xstroke/Config.in index d534997272..6ef01fe881 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 b0ede52c83..6d0e2852b1 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))