mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 05:17:54 +03:00
meson: Restore alphabetical order of reported libraries
One of previous commits introduced json-c library and reports it in the summary at the end. However, we like the list to be sorted alphabetically which is not the case. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
6d09340d6f
commit
794d49e3cf
@ -2306,8 +2306,8 @@ libs_summary = {
|
|||||||
'dlopen': dlopen_dep.found(),
|
'dlopen': dlopen_dep.found(),
|
||||||
'fuse': fuse_dep.found(),
|
'fuse': fuse_dep.found(),
|
||||||
'glusterfs': glusterfs_dep.found(),
|
'glusterfs': glusterfs_dep.found(),
|
||||||
'libbsd': libbsd_dep.found(),
|
|
||||||
'json-c': json_c_dep.found(),
|
'json-c': json_c_dep.found(),
|
||||||
|
'libbsd': libbsd_dep.found(),
|
||||||
'libiscsi': libiscsi_dep.found(),
|
'libiscsi': libiscsi_dep.found(),
|
||||||
'libkvm': libkvm_dep.found(),
|
'libkvm': libkvm_dep.found(),
|
||||||
'libnbd': libnbd_dep.found(),
|
'libnbd': libnbd_dep.found(),
|
||||||
|
Loading…
Reference in New Issue
Block a user