sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 93c93dd0f7aa27fc31702bd91f055f5bac45fe3c
parent 7388e1ecd8ba90f80156837d550087334a2935db
Author: Mikkel Oscar Lyderik <mikkeloscar@gmail.com>
Date:   Sat,  9 Jan 2016 20:25:05 +0100

Make enable-binding-event option have an affect.

The option was added to late so it was never set in the build.

Diffstat:
MCMakeLists.txt | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -79,6 +79,9 @@ 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) @@ -114,9 +117,6 @@ if(enable-swaylock) message(WARNING "Not building swaylock - cairo, pango, and PAM are required.") endif() endif() -if(enable-binding-event) - add_definitions(-DSWAY_BINDING_EVENT=1) -endif() install( FILES ${CMAKE_CURRENT_SOURCE_DIR}/sway.desktop