commit | 16bf7a3326d8e8be42b3bf844a6c539d52a997b3 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Oct 16 03:19:14 2020 -0400 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Oct 26 07:08:38 2020 -0400 |
tree | e2e5d5904c3bd3a8481b3bd87a95bf66962802fd | |
parent | fe0038bec26fdac2256db43894d55d1a6f798c0f [diff] |
configure: move directory options from config-host.mak to meson Since installation is not part of Makefiles anymore, Make need not know the directories anymore. Meson already knows them through built-in options, do everything using them instead of the config_host dictionary. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>