mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
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:
parent
7388e1ecd8
commit
93c93dd0f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user