diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-10-26 15:06:35 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-10-26 15:06:35 +0300 |
commit | 3fb42f3ce362f06afe9e8d802973d246b7438fee (patch) | |
tree | f2189b6a413e16e25dbf6d0db5cc03c352b550c9 | |
parent | 8a3bbb54ce21736f15f2716aad33ec1ccea8ff7b (diff) |
Unbundle the extra fonts
-rw-r--r-- | CMakeLists.txt | 12 |
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...") | |||
67 | make_fontpack (res/default.fontpack) | 67 | make_fontpack (res/default.fontpack) |
68 | # Fonts to install as separate files. | 68 | # Fonts to install as separate files. |
69 | set (FONTPACKS | 69 | set (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 | ) |
77 | foreach (fp ${FONTPACKS}) | 77 | foreach (fp ${FONTPACKS}) |
78 | make_fontpack (res/${fp}) | 78 | make_fontpack (res/${fp}) |