diff options
author | Simon Ser <contact@emersion.fr> | 2021-01-12 10:49:33 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-01-12 10:49:33 +0100 |
commit | 672e8e99b70736a12f6d8fcad423f1243d191af7 (patch) | |
tree | 4b81fa3625043b3b73c3921592b3f31f8d1a7df1 /meson.build | |
parent | 2585f322cba40baa1dc3741f9871571bd2db8b78 (diff) |
build: use more consistent feature names in summary
Use the same name as the Meson option.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 829fd8ae..cba68568 100644 --- a/meson.build +++ b/meson.build @@ -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, |