mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-22 13:34:07 +03:00
03e35a7c29
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
28 lines
450 B
Meson
28 lines
450 B
Meson
virtinst_domain_sources = files(
|
|
'__init__.py',
|
|
'blkiotune.py',
|
|
'clock.py',
|
|
'cpu.py',
|
|
'cputune.py',
|
|
'features.py',
|
|
'idmap.py',
|
|
'keywrap.py',
|
|
'launch_security.py',
|
|
'memorybacking.py',
|
|
'memtune.py',
|
|
'metadata.py',
|
|
'numatune.py',
|
|
'os.py',
|
|
'pm.py',
|
|
'resource.py',
|
|
'seclabel.py',
|
|
'sysinfo.py',
|
|
'vcpus.py',
|
|
'xmlnsqemu.py',
|
|
)
|
|
|
|
install_data(
|
|
virtinst_domain_sources,
|
|
install_dir: pkgdir / 'virtinst' / 'domain',
|
|
)
|