From 046d909e7a15710549cf9db117013b99d5a51ac1 Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Mon, 2 Apr 2018 23:35:03 +0200 Subject: 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 --- rootston/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rootston') 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( -- cgit v1.2.3