summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-10-26 15:06:35 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-10-26 15:06:35 +0300
commit3fb42f3ce362f06afe9e8d802973d246b7438fee (patch)
treef2189b6a413e16e25dbf6d0db5cc03c352b550c9
parent8a3bbb54ce21736f15f2716aad33ec1ccea8ff7b (diff)
Unbundle the extra fonts
-rw-r--r--CMakeLists.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e3ed86e1..e29fe11d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -67,12 +67,12 @@ message (STATUS "Preparing resources...")
67make_fontpack (res/default.fontpack) 67make_fontpack (res/default.fontpack)
68# Fonts to install as separate files. 68# Fonts to install as separate files.
69set (FONTPACKS 69set (FONTPACKS
70 arabic.fontpack 70# arabic.fontpack
71 cjk.fontpack 71# cjk.fontpack
72 firasans.fontpack 72# firasans.fontpack
73 literata.fontpack 73# literata.fontpack
74 nunito.fontpack 74# nunito.fontpack
75 tinos.fontpack 75# tinos.fontpack
76) 76)
77foreach (fp ${FONTPACKS}) 77foreach (fp ${FONTPACKS})
78 make_fontpack (res/${fp}) 78 make_fontpack (res/${fp})