[clfswm-cvs] r370 - clfswm

Philippe Brochard pbrochard at common-lisp.net
Fri Oct 29 21:36:30 UTC 2010


Author: pbrochard
Date: Fri Oct 29 17:36:30 2010
New Revision: 370

Log:
Add CLX as system dependency (2)

Modified:
   clfswm/clfswm.asd

Modified: clfswm/clfswm.asd
==============================================================================
--- clfswm/clfswm.asd	(original)
+++ clfswm/clfswm.asd	Fri Oct 29 17:36:30 2010
@@ -77,7 +77,7 @@
 			 (:file "bindings-second-mode"
 				:depends-on ("clfswm" "clfswm-util" "clfswm-query" "bindings" "clfswm-pack" "clfswm-menu" "menu-def"
 						      "clfswm-layout")))))
-  #-:CLX :depends-on #-:CLX (:clx))
+  :depends-on ( #-:CLX :clx ))
 
 
 




More information about the clfswm-cvs mailing list