X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/c57c15aa26e8392aac42533be3ca608b19396849..7b7a1df9a19e16fdb840f1f0aff78da626fde8d9:/examples/testcairo.lisp diff --git a/examples/testcairo.lisp b/examples/testcairo.lisp index 41b7230..dc0f7bb 100644 --- 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) - (unless (pkg-config:pkg-exists-p "librsvg-2.0" :atleast-version "2.13.93") + (unless (pkg-config:pkg-exists-p "librsvg-2.0" :atleast-version "2.14.0") (warn "SVG tests disabled as the required version of librsvg is not available."))) -#?(pkg-config:pkg-exists-p "librsvg-2.0" :atleast-version "2.13.93") +#?(pkg-config:pkg-exists-p "librsvg-2.0" :atleast-version "2.14.0") #+sbcl(require :rsvg) #+(or cmu clisp)(asdf:oos 'asdf:load-op :rsvg)