]> xenbits.xensource.com Git - libvirt.git/commitdiff
meson: Restore alphabetical order of reported libraries
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 24 Sep 2024 07:26:43 +0000 (09:26 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 24 Sep 2024 07:58:49 +0000 (09:58 +0200)
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>
meson.build

index 477dbc29d8c48fb207667636d7871f8c75a705cd..0ce91323200fe136bf6fd641f299edc4b9deceed 100644 (file)
@@ -2306,8 +2306,8 @@ libs_summary = {
   'dlopen': dlopen_dep.found(),
   'fuse': fuse_dep.found(),
   'glusterfs': glusterfs_dep.found(),
-  'libbsd': libbsd_dep.found(),
   'json-c': json_c_dep.found(),
+  'libbsd': libbsd_dep.found(),
   'libiscsi': libiscsi_dep.found(),
   'libkvm': libkvm_dep.found(),
   'libnbd': libnbd_dep.found(),