mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-08-31 19:01:36 +03:00
introduce meson.build file
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
committed by
Pavel Hrdina
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')
|
Reference in New Issue
Block a user