mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Cmake build: Change the destination of fonts
Select the lyx-fonts-directory such that font-config can find the dat
This commit is contained in:
parent
6f6d985b9e
commit
76db479c07
@ -68,7 +68,7 @@ function(get_font_destination _result)
|
|||||||
set(_dir "${LYX_DATA_SUBDIR}fonts/")
|
set(_dir "${LYX_DATA_SUBDIR}fonts/")
|
||||||
elseif(UNIX)
|
elseif(UNIX)
|
||||||
# at least on ubuntu
|
# at least on ubuntu
|
||||||
set(_dir "share/${_lyx}/fonts/")
|
set(_dir "share/fonts/${_lyx}/")
|
||||||
else()
|
else()
|
||||||
message(FATAL_ERROR "Unhandled platform")
|
message(FATAL_ERROR "Unhandled platform")
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user