[Lunar-commits]
CVS: moonbase/zbeta/XOrg CONFIGURE, 1.1, 1.2 DEPENDS, 1.1, 1.2
Nick Hudson
nhudson at lunar-linux.org
Sun Mar 28 18:21:31 GMT 2004
Update of /var/cvs/lunar/moonbase/zbeta/XOrg
In directory dbguin.lunar-linux.org:/tmp/cvs-serv16319
Modified Files:
CONFIGURE DEPENDS
Log Message:
Minor cleanups that niki pointed out to me.
Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/XOrg/CONFIGURE,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CONFIGURE 28 Mar 2004 05:22:35 -0000 1.1
+++ CONFIGURE 28 Mar 2004 18:21:29 -0000 1.2
@@ -163,15 +163,11 @@
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"
echo "#define TclLibName tcl"
- echo "#define HasTcl YES"
- echo "#define TclLibDir /usr/lib"
- echo "#define TclIncDir /usr/include"
- echo "#define TclLibName tcl"
fi
if [ -z "$XF86CardDrivers" ]; then
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/XOrg/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS 28 Mar 2004 05:22:35 -0000 1.1
+++ DEPENDS 28 Mar 2004 18:21:29 -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