diff options
author | Danilo Spinella <danyspin97@protonmail.com> | 2018-04-02 23:35:03 +0200 |
---|---|---|
committer | Danilo Spinella <danyspin97@protonmail.com> | 2018-04-02 23:35:03 +0200 |
commit | 046d909e7a15710549cf9db117013b99d5a51ac1 (patch) | |
tree | 7600fbb99b16364d6e83b10362a226a5908486b1 /rootston/meson.build | |
parent | d466cc117f95d34e239049a5af701b7ba696d336 (diff) |
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
Diffstat (limited to 'rootston/meson.build')
-rw-r--r-- | rootston/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/meson.build b/rootston/meson.build index 1b78c7c8..53a4635d 100644 --- a/rootston/meson.build +++ b/rootston/meson.build @@ -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( |