1
0
Fork 0
gedit/plugins/spell/resources/meson.build
Daniel Baumann 61eec86fe3
Adding upstream version 48.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 19:48:29 +02:00

6 lines
163 B
Meson

plugin_spell_gresources = gnome.compile_resources(
'gedit-spell-resources',
'gedit-spell.gresource.xml',
)
plugin_spell_sources += plugin_spell_gresources[0]