[Lunar-commits] CVS: brutus/moe/xfree86 CONFIGURE, 1.1, 1.2 DEPENDS, 1.1, 1.2

Moritz Heiber moe at lunar-linux.org
Fri Apr 2 13:20:53 GMT 2004


Update of /var/cvs/lunar/brutus/moe/xfree86
In directory dbguin.lunar-linux.org:/tmp/cvs-serv28740

Modified Files:
	CONFIGURE DEPENDS 
Log Message:
/me kicks out tk in favour of tcl


Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/brutus/moe/xfree86/CONFIGURE,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CONFIGURE	2 Apr 2004 13:17:29 -0000	1.1
+++ CONFIGURE	2 Apr 2004 13:20:51 -0000	1.2
@@ -160,7 +160,7 @@
   echo  "#define HasLibpng YES"
   echo  "#define HasLibxml2 YES"
 
-  if module_installed tk; then
+  if module_installed tcl; then
     echo "#define HasTcl    YES"
     echo "#define TclLibDir /usr/lib"
     echo "#define TclIncDir /usr/include"

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/brutus/moe/xfree86/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS	2 Apr 2004 13:17:29 -0000	1.1
+++ DEPENDS	2 Apr 2004 13:20:51 -0000	1.2
@@ -5,4 +5,4 @@
 depends  fontconfig &&
 
 optional_depends "Linux-PAM" "" "" "for Linux-PAM Support" &&
-optional_depends "tk" "" "" "for tk/tcl support" 
+optional_depends "tcl" "" "" "for tcl support" 



More information about the Lunar-commits mailing list