Files
YAFI/meson.build
Stephen Horvath 43de4d979d Release 1.0
2026-03-21 16:46:39 +10:00

21 lines
337 B
Meson

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