Przeglądaj źródła

Add Meson build system.

master
Adrian Cochrane 5 lat temu
rodzic
commit
78d5889b20
1 zmienionych plików z 11 dodań i 0 usunięć
  1. +11
    -0
      meson.build

+ 11
- 0
meson.build Wyświetl plik

@@ -0,0 +1,11 @@
project('fonts-lora')

install_data(
'Lora-Bold.ttf', 'Lora-BoldItalic.ttf', 'Lora-Italic.ttf', 'Lora-Regular.ttf',
install_dir: join_paths(get_option('datadir'), 'fonts', 'lora')
)

install_data(
'SIL Open Font License.txt',
install_dir: join_paths(get_option('datadir'), 'fonts-lora')
)

Ładowanie…
Anuluj
Zapisz