diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-04-02 18:04:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-02 18:04:04 -0400 |
commit | 7279054bffb3c2ba4523c56f3441a5916dc8be67 (patch) | |
tree | 7600fbb99b16364d6e83b10362a226a5908486b1 /rootston | |
parent | d466cc117f95d34e239049a5af701b7ba696d336 (diff) | |
parent | 046d909e7a15710549cf9db117013b99d5a51ac1 (diff) |
Merge pull request #805 from DanySpin97/master
Change meson option names to use hypen
Diffstat (limited to 'rootston')
-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( |