mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-18 06:03:58 +03:00
introduce meson.build file
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
0755711372
commit
d803491c47
7
meson.build
Normal file
7
meson.build
Normal file
@ -0,0 +1,7 @@
|
||||
project('virt-manager',
|
||||
version: '4.1.0',
|
||||
meson_version: '>=0.63.0',
|
||||
)
|
||||
|
||||
python = import('python')
|
||||
python3 = python.find_installation('python3')
|
Loading…
x
Reference in New Issue
Block a user