Skip to content
  • Paolo Bonzini's avatar
    699d3884
    configure: handle meson options that have changed type · 699d3884
    Paolo Bonzini authored
    
    
    Usually Meson uses pre-serialized information in meson-private to
    speed up re-runs.  This is not possible for version changes, where
    Meson instead rebuilds the serialized information using cmd_line.txt.
    In some cases cmd_line.txt can contain stale information, since it
    is not rebuild except when "meson setup" is invoked.  Update it in
    the configure script to allow upgrading our Meson version.
    
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    699d3884
    configure: handle meson options that have changed type
    Paolo Bonzini authored
    
    
    Usually Meson uses pre-serialized information in meson-private to
    speed up re-runs.  This is not possible for version changes, where
    Meson instead rebuilds the serialized information using cmd_line.txt.
    In some cases cmd_line.txt can contain stale information, since it
    is not rebuild except when "meson setup" is invoked.  Update it in
    the configure script to allow upgrading our Meson version.
    
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
Loading