mirror of
https://github.com/swaywm/sway.git
synced 2025-11-14 06:59:47 -05:00
Add redshift support
This commit is contained in:
parent
6a1df17fb7
commit
aab360bf2f
3 changed files with 186 additions and 46 deletions
|
|
@ -22,12 +22,18 @@ WAYLAND_ADD_PROTOCOL_SERVER(proto-server-swaylock
|
|||
swaylock
|
||||
)
|
||||
|
||||
WAYLAND_ADD_PROTOCOL_SERVER(proto-server-gamma-control
|
||||
gamma-control.xml
|
||||
gamma-control
|
||||
)
|
||||
|
||||
add_library(sway-protocols STATIC
|
||||
${proto-client-xdg-shell}
|
||||
${proto-client-desktop-shell}
|
||||
${proto-server-desktop-shell}
|
||||
${proto-client-swaylock}
|
||||
${proto-server-swaylock}
|
||||
${proto-server-gamma-control}
|
||||
)
|
||||
|
||||
set(PROTOCOLS_INCLUDE_DIRS ${CMAKE_BINARY_DIR}/protocols PARENT_SCOPE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue