1
0
Fork 0
gimp/po-tips/meson.build
Daniel Baumann 554424e00a
Adding upstream version 3.0.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-23 00:14:50 +02:00

6 lines
178 B
Meson

potips_dir = meson.current_source_dir()
i18n.gettext(gettext_package + '-tips',
preset: 'glib',
install: false,
data_dirs: meson.project_source_root() / 'data' / 'tips',
)