chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e9de859
)
Added gffi to the list of required symbols
author
espen
<espen>
Wed, 26 Apr 2006 11:59:23 +0000
(11:59 +0000)
committer
espen
<espen>
Wed, 26 Apr 2006 11:59:23 +0000
(11:59 +0000)
gtk/gtk.asd
patch
|
blob
|
blame
|
history
diff --git
a/gtk/gtk.asd
b/gtk/gtk.asd
index 624696ba165ddb4b0ab3e97eb3f1848423cd43ba..298882f4d14b67ca7c0528c5d0d7f1ceb9a40b63 100644
(file)
--- a/
gtk/gtk.asd
+++ b/
gtk/gtk.asd
@@
-7,16
+7,10
@@
(in-package "GTK-SYSTEM")
(in-package "GTK-SYSTEM")
-(pkg-exists-p "gtk+-2.0" :atleast-version "2.4.0")
-
-(when (pkg-exists-p "gtk+-2.0" :atleast-version "2.6.0" :error nil)
- (pushnew :gtk2.6 *features*))
-
-(when (pkg-exists-p "gtk+-2.0" :atleast-version "2.8.0" :error nil)
- (pushnew :gtk2.8 *features*))
+(pkg-exists-p "gtk+-2.0" :atleast-version "2.4.0" :error t)
(defsystem gtk
(defsystem gtk
- :depends-on (glib gdk pango atk)
+ :depends-on (g
ffi g
lib gdk pango atk)
:components ((:file "defpackage")
(:library "libgtk-x11-2.0"
:libdir #.(pkg-variable "gtk+-2.0" "libdir"))
:components ((:file "defpackage")
(:library "libgtk-x11-2.0"
:libdir #.(pkg-variable "gtk+-2.0" "libdir"))
@@
-34,6
+28,6
@@
(:file "gtkaction" :depends-on ("gtktypes"))
(:file "gtkselection" :depends-on ("gtktypes"))
(:file "gtkstyle" :depends-on ("gtktypes"))
(:file "gtkaction" :depends-on ("gtktypes"))
(:file "gtkselection" :depends-on ("gtktypes"))
(:file "gtkstyle" :depends-on ("gtktypes"))
- (:file "gtk" :depends-on ("gtktypes"))
+ (:file "gtk" :depends-on ("gtktypes"
"gtkcontainer"
))
(:file "gtkutils" :depends-on ("gtk"))
(:file "export" :depends-on ("gtktypes" "gtkwidget" "gtkcontainer" "gtk" "gtktree" "gtkaction" "gtkselection" "gtkutils" "gtkstyle"))))
(:file "gtkutils" :depends-on ("gtk"))
(:file "export" :depends-on ("gtktypes" "gtkwidget" "gtkcontainer" "gtk" "gtktree" "gtkaction" "gtkselection" "gtkutils" "gtkstyle"))))