mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Change meson option names to use hypen
Replace underscore with hypen in meson option names, following style recommendations. http://mesonbuild.com/Style-guide.html#naming-options
This commit is contained in:
parent
d466cc117f
commit
046d909e7a
3 changed files with 18 additions and 18 deletions
|
|
@ -13,7 +13,7 @@ sources = [
|
|||
'xdg_shell_v6.c',
|
||||
'xdg_shell.c',
|
||||
]
|
||||
if get_option('enable_xwayland')
|
||||
if get_option('enable-xwayland')
|
||||
sources += ['xwayland.c']
|
||||
endif
|
||||
executable(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue