[mcclim-cvs] CVS mcclim/Experimental/freetype
dlichteblau
dlichteblau at common-lisp.net
Sun Dec 16 20:02:08 UTC 2007
Update of /project/mcclim/cvsroot/mcclim/Experimental/freetype
In directory clnet:/tmp/cvs-serv15810
Modified Files:
mcclim-freetype.asd
Log Message:
Depend explictly on mcclim in mcclim-freetype.asd.
Otherwise user code depending on mcclim-freetype has to be careful
in ordering the dependencies to mcclim and mcclim-freetype.
--- /project/mcclim/cvsroot/mcclim/Experimental/freetype/mcclim-freetype.asd 2006/03/15 09:31:31 1.5
+++ /project/mcclim/cvsroot/mcclim/Experimental/freetype/mcclim-freetype.asd 2007/12/16 20:02:08 1.6
@@ -28,7 +28,7 @@
"lisp")
(defsystem :mcclim-freetype
- :depends-on (:clim-clx)
+ :depends-on (:clim-clx :mcclim)
:serial t
:components
((:file "freetype-package")
More information about the Mcclim-cvs
mailing list