On 1/13/21 9:20 AM, Paolo Bonzini wrote: > On 12/01/21 23:37, John Snow wrote: >> - our configure file suggests bzip2 is an optional dependency (It's >> set to 'auto') but meson will error out if it is not present at >> configuration time: >> >> ../pc-bios/meson.build:5:2: ERROR: Program 'bzip2' not found > > Yes, the configure option is for libbzip2, not bzip2. > > Perhaps bzip2 could be required only if get_option('install_blobs') is > true, I don't know.
Yes, OK.