X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/4fbbbd0ed2e2fd9656bf7648ba0e1817b2f4c79c..a4bcc2d76633a6c9de24a4500396a7345aa86b93:/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)