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:
Danilo Spinella 2018-04-02 23:35:03 +02:00
parent d466cc117f
commit 046d909e7a
3 changed files with 18 additions and 18 deletions

View file

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