mirror of
https://github.com/swaywm/sway.git
synced 2026-04-03 07:15:39 -04:00
Drop -Denable-binding-event
This commit is contained in:
parent
25a4a85a59
commit
0a1b211e09
2 changed files with 0 additions and 10 deletions
|
|
@ -45,7 +45,6 @@ option(enable-swaybar "Enables the swaybar utility" YES)
|
|||
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" NO)
|
||||
option(default-wallpaper "Installs the default wallpaper" YES)
|
||||
option(ld-library-path "Configures sway's default LD_LIBRARY_PATH" "/usr/lib")
|
||||
|
|
@ -86,9 +85,6 @@ if (enable-gdk-pixbuf)
|
|||
else()
|
||||
message(STATUS "Building without gdk-pixbuf, only png images supported.")
|
||||
endif()
|
||||
if(enable-binding-event)
|
||||
add_definitions(-DSWAY_BINDING_EVENT=1)
|
||||
endif()
|
||||
|
||||
include_directories(include)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue