commit 76db479c07288f64c7796aebce0a146d975925bd
Author: Kornel Benko <[email protected]>
Date: Thu Jun 11 19:06:21 2020 +0200
Cmake build: Change the destination of fonts
Select the lyx-fonts-directory such that font-config can find the dat
---
development/cmake/modules/LyXDestinations.cmake | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/development/cmake/modules/LyXDestinations.cmake
b/development/cmake/modules/LyXDestinations.cmake
index 512fca0..37b764d 100644
--- a/development/cmake/modules/LyXDestinations.cmake
+++ b/development/cmake/modules/LyXDestinations.cmake
@@ -68,7 +68,7 @@ function(get_font_destination _result)
set(_dir "${LYX_DATA_SUBDIR}fonts/")
elseif(UNIX)
# at least on ubuntu
- set(_dir "share/${_lyx}/fonts/")
+ set(_dir "share/fonts/${_lyx}/")
else()
message(FATAL_ERROR "Unhandled platform")
endif()
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs