diff options
author | OBATA Akio <[email protected]> | 2020-01-11 16:04:07 +0900 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2020-02-02 19:53:38 +0000 |
commit | cc5ec0c71abf322ca4fbde633875933097b05b52 (patch) | |
tree | 157d1272c884e15320b9808bdfbb5fd4dfdfcc72 /config.h.cmake | |
parent | d93856fa89507f5ab757f02951a569d725ec4e24 (diff) | |
download | tdegraphics-cc5ec0c71abf322ca4fbde633875933097b05b52.tar.gz tdegraphics-cc5ec0c71abf322ca4fbde633875933097b05b52.zip |
Add support for Poppler >= 0.82
Follow change that FontInfo::scan return a std::vector object rather than
a pointer to a std::vector.
Signed-off-by: OBATA Akio <[email protected]>
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 71f8a47a..4cb152be 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,6 +1,7 @@ #cmakedefine VERSION "@VERSION@" // poppler-tqt +#cmakedefine HAVE_POPPLER_082 #cmakedefine HAVE_POPPLER_076 #cmakedefine HAVE_POPPLER_072 #cmakedefine HAVE_POPPLER_071 |