mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Cmake build: Use the fonts dir which is also expected by GuiFontLoader.cpp
This commit is contained in:
parent
4fdcf0e929
commit
0eb2589818
@ -68,7 +68,7 @@ function(get_font_destination _result)
|
||||
set(_dir "${LYX_DATA_SUBDIR}fonts/")
|
||||
elseif(UNIX)
|
||||
# at least on ubuntu
|
||||
set(_dir "share/fonts/${_lyx}/")
|
||||
set(_dir "${LYX_DATA_SUBDIR}fonts/")
|
||||
else()
|
||||
message(FATAL_ERROR "Unhandled platform")
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user