|
|
@ -79,6 +79,9 @@ if (enable-gdk-pixbuf)
|
|
|
|
else()
|
|
|
|
else()
|
|
|
|
message(STATUS "Building without gdk-pixbuf, only png images supported.")
|
|
|
|
message(STATUS "Building without gdk-pixbuf, only png images supported.")
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|
|
|
|
|
if(enable-binding-event)
|
|
|
|
|
|
|
|
add_definitions(-DSWAY_BINDING_EVENT=1)
|
|
|
|
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
|
|
include_directories(include)
|
|
|
|
include_directories(include)
|
|
|
|
|
|
|
|
|
|
|
@ -114,9 +117,6 @@ if(enable-swaylock)
|
|
|
|
message(WARNING "Not building swaylock - cairo, pango, and PAM are required.")
|
|
|
|
message(WARNING "Not building swaylock - cairo, pango, and PAM are required.")
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|
if(enable-binding-event)
|
|
|
|
|
|
|
|
add_definitions(-DSWAY_BINDING_EVENT=1)
|
|
|
|
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
install(
|
|
|
|
install(
|
|
|
|
FILES ${CMAKE_CURRENT_SOURCE_DIR}/sway.desktop
|
|
|
|
FILES ${CMAKE_CURRENT_SOURCE_DIR}/sway.desktop
|
|
|
|