Gdk depends on Pango and not the other way around
[clg] / gdk / defpackage.lisp
1 (defpackage "GDK"
2 (:use "GLIB" "COMMON-LISP" "AUTOEXPORT")
3 (:shadowing-import-from "PCL"
4 "CLASS-NAME" "CLASS-OF" "FIND-CLASS"))
5
6