mirror of
https://github.com/mborgerson/xemu.git
synced 2025-12-01 16:10:01 +00:00
block: add configure options for excluding vmdk, vhdx and vpc
Let's add --enable / --disable configure options for these formats, so that those who don't need them may not build them. Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> Message-Id: <20230421092758.814122-1-vsementsov@yandex-team.ru> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
committed by
Kevin Wolf
parent
b2896c1b09
commit
11cea42e17
@ -3929,6 +3929,9 @@ if have_block
|
||||
summary_info += {'dmg support': get_option('dmg').allowed()}
|
||||
summary_info += {'qcow v1 support': get_option('qcow1').allowed()}
|
||||
summary_info += {'vdi support': get_option('vdi').allowed()}
|
||||
summary_info += {'vhdx support': get_option('vhdx').allowed()}
|
||||
summary_info += {'vmdk support': get_option('vmdk').allowed()}
|
||||
summary_info += {'vpc support': get_option('vpc').allowed()}
|
||||
summary_info += {'vvfat support': get_option('vvfat').allowed()}
|
||||
summary_info += {'qed support': get_option('qed').allowed()}
|
||||
summary_info += {'parallels support': get_option('parallels').allowed()}
|
||||
|
||||
Reference in New Issue
Block a user