diff options
author | John Voltz <john.voltz@gmail.com> | 2008-04-24 13:23:28 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-04-24 13:23:28 +0000 |
commit | 138dc3d7dc9506ecf0fae976f3f2d616339bbfed (patch) | |
tree | 312ab91fa8cacb215051481e740c42b1d4ba4495 | |
parent | 910017dfc6d1597c7f2981e2df9f0a4a2fdc94fb (diff) | |
download | buildroot-novena-138dc3d7dc9506ecf0fae976f3f2d616339bbfed.tar.gz buildroot-novena-138dc3d7dc9506ecf0fae976f3f2d616339bbfed.zip |
select docker with xstroke so xstroke has a place to live
-rw-r--r-- | package/xstroke/Config.in | 1 | ||||
-rw-r--r-- | package/xstroke/xstroke.mk | 2 |
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)) |