tuf-manager/script/meson.build

6 lines
178 B
Meson
Raw Normal View History

2020-08-04 23:09:05 -04:00
# only gui or cli need gschema
if build_gui or build_cli
2020-08-05 21:15:32 -04:00
glib_compile_schemas = find_program('glib-compile-schemas')
2020-08-04 23:09:05 -04:00
meson.add_install_script('compile_schemas.sh')
endif