swappy/res/meson.build

7 lines
212 B
Meson
Raw Normal View History

2019-12-16 08:39:24 +03:00
# Import the gnome module and use a GNOME function to ensure that application
# resources will be compiled.
gnome = import('gnome')
swappy_resources = gnome.compile_resources('swappy',
'swappy.gresource.xml'
2019-12-16 08:39:24 +03:00
)