swappy/res/meson.build
2021-02-15 14:01:43 -05:00

13 lines
298 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'
)