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:
281c17e
)
Require stable version of librsvg
author
espen
<espen>
Wed, 27 Sep 2006 08:42:29 +0000
(08:42 +0000)
committer
espen
<espen>
Wed, 27 Sep 2006 08:42:29 +0000
(08:42 +0000)
examples/testcairo.lisp
patch
|
blob
|
blame
|
history
rsvg/rsvg.asd
patch
|
blob
|
blame
|
history
diff --git
a/examples/testcairo.lisp
b/examples/testcairo.lisp
index 41b7230c71ef0c41d45639fddd35c87f5d745221..dc0f7bb8633f59d846610f79f335e2aaaf1759cd 100644
(file)
--- a/
examples/testcairo.lisp
+++ b/
examples/testcairo.lisp
@@
-7,10
+7,10
@@
#+(or cmu clisp)(asdf:oos 'asdf:load-op :cairo)
(eval-when (:compile-toplevel :load-toplevel :execute)
#+(or cmu clisp)(asdf:oos 'asdf:load-op :cairo)
(eval-when (:compile-toplevel :load-toplevel :execute)
- (unless (pkg-config:pkg-exists-p "librsvg-2.0" :atleast-version "2.1
3.93
")
+ (unless (pkg-config:pkg-exists-p "librsvg-2.0" :atleast-version "2.1
4.0
")
(warn "SVG tests disabled as the required version of librsvg is not available.")))
(warn "SVG tests disabled as the required version of librsvg is not available.")))
-#?(pkg-config:pkg-exists-p "librsvg-2.0" :atleast-version "2.1
3.93
")
+#?(pkg-config:pkg-exists-p "librsvg-2.0" :atleast-version "2.1
4.0
")
#+sbcl(require :rsvg)
#+(or cmu clisp)(asdf:oos 'asdf:load-op :rsvg)
#+sbcl(require :rsvg)
#+(or cmu clisp)(asdf:oos 'asdf:load-op :rsvg)
diff --git
a/rsvg/rsvg.asd
b/rsvg/rsvg.asd
index 6547619cf0fd1f2ee31605521e52d18de527aea2..b5e7323071eb5deccfddd36cf8d045610527d5a6 100644
(file)
--- a/
rsvg/rsvg.asd
+++ b/
rsvg/rsvg.asd
@@
-6,7
+6,7
@@
(in-package "RSVG-SYSTEM")
(in-package "RSVG-SYSTEM")
-(pkg-exists-p "librsvg-2.0" :atleast-version "2.1
3.93
" :error t)
+(pkg-exists-p "librsvg-2.0" :atleast-version "2.1
4.0
" :error t)
(defsystem rsvg
(defsystem rsvg