[Lunar-commits] <moonbase> pilot-link: tk is needed, with tcl

Paul Bredbury brebs at lunar-linux.org
Fri Feb 4 17:39:20 CET 2011


commit ef826f9428850ee6a87418d6f921ebff17064736
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Fri Feb 4 23:39:20 2011 +0700

    pilot-link: tk is needed, with tcl
    
    ./configure checks for /usr/bin/wish, which tk provides.
---
 utils/pilot-link/DEPENDS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/utils/pilot-link/DEPENDS b/utils/pilot-link/DEPENDS
index de2388a..f25b2dd 100644
--- a/utils/pilot-link/DEPENDS
+++ b/utils/pilot-link/DEPENDS
@@ -5,6 +5,7 @@ optional_depends "perl"        "--with-perl"        "--without-perl"       "for
 
 optional_depends "tcl"         "--with-tcl=/usr/lib  --with-tclinclude=/usr/include"  \
                                "--without-tcl"      "for tcl scripting support"
+optional_depends "tk"          "" "" "provides /usr/bin/wish, needed with tcl"
 
 optional_depends "bluez"       "--with-bluez"       "--without-bluez"      "for bluetooth support"
 optional_depends "%JAVA_SDK"   "--with-java=$JAVA_HOME" "--without-java"   "for java support"


More information about the Lunar-commits mailing list