meson: include data only on linux

data is related to flatpak
This commit is contained in:
Stéphane Cerveau 2023-03-05 20:07:33 +01:00
parent 1e17ab654f
commit a99750a571

View file

@ -59,8 +59,9 @@ cargo_sources = files(
'Cargo.toml',
'Cargo.lock',
)
if host_system == 'linux'
subdir('data')
endif
subdir('src')
subdir('po')