build: use more consistent feature names in summary

Use the same name as the Meson option.
master
Simon Ser 4 years ago
parent 2585f322cb
commit 672e8e99b7
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48

@ -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,

Loading…
Cancel
Save