diff options
author | Benjamin Otte <otte@redhat.com> | 2019-05-28 05:51:20 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2019-05-30 15:32:36 +0200 |
commit | 1e0c0c0ba7232af75b10f0b6b7185a0ca7bd921f (patch) | |
tree | 931cb6da37731fe0b0516a930611d0ea3c7836a0 /config.h.meson | |
parent | 2f3720748710f0d496ccce848efb62057a83f22a (diff) | |
download | gtk+-1e0c0c0ba7232af75b10f0b6b7185a0ca7bd921f.tar.gz |
rendernodeparser: Parse cairo script
Use cairo-script-interpreter to parse the scripts that generate cairo
nodes.
This requires libcairoscriptinterpreter.so to work properly, but if
it isn't found we disable this (unimportant for normal functioning)
code and just emits a parser warning.
The testsuite requires it however or it will fail.
A new test is included that tests all of this.
Diffstat (limited to 'config.h.meson')
-rw-r--r-- | config.h.meson | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.meson b/config.h.meson index e52badaede..a8ea83d018 100644 --- a/config.h.meson +++ b/config.h.meson @@ -297,6 +297,8 @@ #mesondefine GTK_PRINT_BACKENDS +#mesondefine HAVE_CAIRO_SCRIPT_INTERPRETER + #mesondefine HAVE_HARFBUZZ #mesondefine HAVE_PANGOFT |