mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-14 08:56:26 -05:00
build: use more consistent feature names in summary
Use the same name as the Meson option.
This commit is contained in:
parent
2585f322cb
commit
672e8e99b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue