mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-22 13:34:07 +03:00
1f80a62239
We will create the final spec file by meson to have virt-manager version in single place. Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
9 lines
173 B
Meson
9 lines
173 B
Meson
scripts = [
|
|
'meson_dist.py',
|
|
]
|
|
|
|
foreach name : scripts
|
|
sname = name.split('.')[0].underscorify()
|
|
set_variable('@0@_prog'.format(sname), find_program(name))
|
|
endforeach
|