Sort the config list
Keep the list sorted.
Change-Id: I208ee3b388dc48b52c15d7ff6534e1f0af300bbf
Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/config/meson.build b/config/meson.build
index 2387e13..7a3e17d 100644
--- a/config/meson.build
+++ b/config/meson.build
@@ -6,8 +6,8 @@
'basic-auth',
'cookie-auth',
'experimental-http2',
- 'experimental-redfish-multi-computer-system',
'experimental-redfish-dbus-log-subscription',
+ 'experimental-redfish-multi-computer-system',
'google-api',
'host-serial-socket',
'hypervisor-computer-system',
@@ -21,10 +21,10 @@
'kvm',
'meta-tls-common-name-parsing',
'mutual-tls-auth',
+ 'redfish',
'redfish-aggregation',
'redfish-allow-deprecated-power-thermal',
'redfish-allow-simple-update',
- 'redfish-use-3-digit-messageid',
'redfish-bmc-journal',
'redfish-cpu-log',
'redfish-dbus-log',
@@ -34,7 +34,7 @@
'redfish-oem-manager-fan-data',
'redfish-provisioning-feature',
'redfish-updateservice-use-dbus',
- 'redfish',
+ 'redfish-use-3-digit-messageid',
'rest',
'session-auth',
'static-hosting',