Ver a proveniência

Add Meson build system.

master
Adrian Cochrane há 5 anos
ascendente
cometimento
78d5889b20
1 ficheiros alterados com 11 adições e 0 eliminações
  1. +11
    -0
      meson.build

+ 11
- 0
meson.build Ver ficheiro

@@ -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')
)

Carregando…
Cancelar
Guardar