Files
YAFI/meson.build
Stephen Horvath a97148f7a5 Release 0.7
2025-12-25 20:48:18 +10:00

21 lines
337 B
Meson

project('yafi',
version: '0.7',
meson_version: '>= 1.0.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
i18n = import('i18n')
gnome = import('gnome')
subdir('data')
subdir('yafi')
gnome.post_install(
glib_compile_schemas: true,
gtk_update_icon_cache: true,
update_desktop_database: true,
)