Add Meson build system.
This commit is contained in:
parent
f2350e67a1
commit
78d5889b20
11
meson.build
Normal file
11
meson.build
Normal 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…
Reference in New Issue
Block a user