Meson: install_data() that installs nothing
meson.build now has:
install_data(
Which does nothing (there's nothing listed for it to install any more). Clean it out.
meson.build now has:
install_data(
)
Which does nothing (there's nothing listed for it to install any more). Clean it out.