swappy/res/meson.build
Jeremy Attali cf3d7a5283 feat(i18n): add translatable desktop file
- Includes the first swappy logo, yay !
- Includes a desktop file that registers mime type for png files

Closes #35
2020-06-23 23:32:33 -04:00

12 lines
297 B
Meson

# Import the gnome module and use a GNOME function to ensure that application
# resources will be compiled.
gnome = import('gnome')
# Icons
install_subdir('icons',
install_dir: join_paths(get_option('datadir')),
)
swappy_resources = gnome.compile_resources('swappy',
'swappy.gresource.xml'
)