swappy/res/meson.build

8 lines
241 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',
cname: 'swappy_resources'
)