1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-02 16:25:41 +00:00

final correction and first travis build

This commit is contained in:
Stephen Gaito 2019-11-25 18:53:01 +00:00
parent 4d78893209
commit 58bdd22293
2 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@ if(ENABLE_SVG)
endif()
# fontforge starts using pkg-config 'correctly' since 2.0.0
pkg_check_modules(FONTFORGE REQUIRED libfontforge>=2.0.20170731)
#pkg_check_modules(FONTFORGE REQUIRED libfontforge>=2.0.20170731)
pkg_check_modules(FONTFORGE REQUIRED libfontforge>=2.0.0)
include_directories(${FONTFORGE_INCLUDE_DIRS})
link_directories(${FONTFORGE_LIBRARY_DIRS})
set(PDF2HTMLEX_LIBS ${PDF2HTMLEX_LIBS} ${FONTFORGE_LIBRARIES})