From d541a024611affbb57ebb75e6c2fecc4e6a121fe Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 14 May 2016 15:17:30 -0400 Subject: Turn off ZSH completions by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 435c708a..1b5bf090 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ option(enable-swaygrab "Enables the swaygrab utility" YES) option(enable-swaymsg "Enables the swaymsg utility" YES) option(enable-gdk-pixbuf "Use Pixbuf to support more image formats" YES) option(enable-binding-event "Enables binding event subscription" YES) -option(zsh-completions "Zsh shell completions" YES) +option(zsh-completions "Zsh shell completions" NO) option(default-wallpaper "Installs the default wallpaper" YES) find_package(JsonC REQUIRED) -- cgit v1.2.3-54-g00ecf