mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-22 00:50:59 +00:00
meson: include data only on linux
data is related to flatpak
This commit is contained in:
parent
1e17ab654f
commit
a99750a571
1 changed files with 2 additions and 1 deletions
|
@ -59,8 +59,9 @@ cargo_sources = files(
|
||||||
'Cargo.toml',
|
'Cargo.toml',
|
||||||
'Cargo.lock',
|
'Cargo.lock',
|
||||||
)
|
)
|
||||||
|
if host_system == 'linux'
|
||||||
subdir('data')
|
subdir('data')
|
||||||
|
endif
|
||||||
subdir('src')
|
subdir('src')
|
||||||
subdir('po')
|
subdir('po')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue