Make enable-binding-event option have an affect.

The option was added to late so it was never set in the build.
This commit is contained in:
Mikkel Oscar Lyderik 2016-01-09 20:25:05 +01:00
parent 7388e1ecd8
commit 93c93dd0f7
1 changed files with 3 additions and 3 deletions

View File

@ -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