Browse Source

Add Meson build system.

master
Adrian Cochrane 5 years ago
parent
commit
78d5889b20
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      meson.build

+ 11
- 0
meson.build View File

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

Loading…
Cancel
Save