summaryrefslogtreecommitdiff
path: root/Experimental
diff options
context:
space:
mode:
authorDavid Lichteblau <dlichteblau@common-lisp.net>2007-12-16 20:02:08 +0000
committerDavid Lichteblau <dlichteblau@common-lisp.net>2007-12-16 20:02:08 +0000
commit6c11971d50a09fd520d9e01a0cda6524024e1770 (patch)
tree45235af7c34b092b9d6a863cc89b97017f444f80 /Experimental
parent9ecc56fa66cc5bf726c42fcb3bebf07378d78179 (diff)
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.
Diffstat (limited to 'Experimental')
-rw-r--r--Experimental/freetype/mcclim-freetype.asd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Experimental/freetype/mcclim-freetype.asd b/Experimental/freetype/mcclim-freetype.asd
index b0569970..22056b38 100644
--- a/Experimental/freetype/mcclim-freetype.asd
+++ b/Experimental/freetype/mcclim-freetype.asd
@@ -28,7 +28,7 @@ your lisp's init file:
"lisp")
(defsystem :mcclim-freetype
- :depends-on (:clim-clx)
+ :depends-on (:clim-clx :mcclim)
:serial t
:components
((:file "freetype-package")