build: use more consistent feature names in summary

Use the same name as the Meson option.
This commit is contained in:
Simon Ser 2021-01-12 10:49:33 +01:00
parent 2585f322cb
commit 672e8e99b7
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ summary({
'elogind': conf_data.get('WLR_HAS_ELOGIND', 0) == 1,
'libseat': conf_data.get('WLR_HAS_LIBSEAT', 0) == 1,
'xwayland': conf_data.get('WLR_HAS_XWAYLAND', 0) == 1,
'x11_backend': conf_data.get('WLR_HAS_X11_BACKEND', 0) == 1,
'x11-backend': conf_data.get('WLR_HAS_X11_BACKEND', 0) == 1,
'xcb-icccm': conf_data.get('WLR_HAS_XCB_ICCCM', 0) == 1,
'xcb-errors': conf_data.get('WLR_HAS_XCB_ERRORS', 0) == 1,
'xdg-foreign': conf_data.get('WLR_HAS_XDG_FOREIGN', 0) == 1,