diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-19 16:51:05 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-19 17:01:30 +0200 |
commit | fa21428ef11bb9b13a276c113e533e951301ecec (patch) | |
tree | 6ee711c5c3d42bf7131ab90c03417e1514e95601 | |
parent | 5083d49cb3ad295a66a63ab1aa688c64d5f347d3 (diff) |
shr: add tk to DISTRO_FEATURES for python-idle->python-tkinter fix
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | conf/distro/shr.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf index 84ea4a4731..4edd9ef041 100644 --- a/conf/distro/shr.conf +++ b/conf/distro/shr.conf @@ -92,7 +92,9 @@ DISTRO_BLUETOOTH_MANAGER = "bluez4" # We want images supporting the following features (for task-base) DISTRO_FEATURES = "wifi ppp ext2 vfat bluetooth usbgadget usbhost" # Following features are for ARM and E500 based machines -DISTRO_FEATURES += "eabi" +DISTRO_FEATURES += " eabi " +# Use-like features +DISTRO_FEATURES += " tk " ############################################################################# # LIBRARY NAMES |