From 58bdd22293858216827a819aef14a56b83daa614 Mon Sep 17 00:00:00 2001 From: Stephen Gaito Date: Mon, 25 Nov 2019 18:53:01 +0000 Subject: [PATCH] final correction and first travis build --- .travis.yml.off => .travis.yml | 0 pdf2htmlEX/CMakeLists.txt | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename .travis.yml.off => .travis.yml (100%) diff --git a/.travis.yml.off b/.travis.yml similarity index 100% rename from .travis.yml.off rename to .travis.yml diff --git a/pdf2htmlEX/CMakeLists.txt b/pdf2htmlEX/CMakeLists.txt index 30822da..22c3906 100644 --- a/pdf2htmlEX/CMakeLists.txt +++ b/pdf2htmlEX/CMakeLists.txt @@ -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})