mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-21 16:41:03 +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.lock',
|
||||
)
|
||||
|
||||
if host_system == 'linux'
|
||||
subdir('data')
|
||||
endif
|
||||
subdir('src')
|
||||
subdir('po')
|
||||
|
||||
|
|
Loading…
Reference in a new issue