swappy/res/meson.build
2019-12-28 20:57:11 -05:00

7 lines
212 B
Meson

# 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'
)