mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
final correction and first travis build
This commit is contained in:
parent
4d78893209
commit
58bdd22293
@ -55,7 +55,8 @@ if(ENABLE_SVG)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# fontforge starts using pkg-config 'correctly' since 2.0.0
|
# 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})
|
include_directories(${FONTFORGE_INCLUDE_DIRS})
|
||||||
link_directories(${FONTFORGE_LIBRARY_DIRS})
|
link_directories(${FONTFORGE_LIBRARY_DIRS})
|
||||||
set(PDF2HTMLEX_LIBS ${PDF2HTMLEX_LIBS} ${FONTFORGE_LIBRARIES})
|
set(PDF2HTMLEX_LIBS ${PDF2HTMLEX_LIBS} ${FONTFORGE_LIBRARIES})
|
||||||
|
Loading…
Reference in New Issue
Block a user