Files
YAFI/meson.build
2025-09-17 17:19:58 +10:00

21 lines
337 B
Meson

project('yafi',
version: '0.5',
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,
)