mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-07-11 06:09:27 +00:00
14 lines
309 B
Meson
14 lines
309 B
Meson
emoji_font_dir = join_paths(get_option('datadir'), 'fonts', 'zoitechat')
|
|
emoji_font_doc_dir = join_paths(get_option('datadir'), 'doc', 'zoitechat', 'fonts')
|
|
|
|
install_data(
|
|
'NotoColorEmoji.ttf',
|
|
install_dir: emoji_font_dir,
|
|
)
|
|
|
|
install_data(
|
|
'OFL.txt',
|
|
'README.md',
|
|
install_dir: emoji_font_doc_dir,
|
|
)
|