mirror of
https://github.com/swaywm/sway.git
synced 2024-11-23 00:11:28 +00:00
Merge branch 'master' into display-images
This commit is contained in:
commit
df57d1b702
|
@ -1,3 +1,7 @@
|
||||||
|
include_directories(
|
||||||
|
${WLC_INCLUDE_DIRS}
|
||||||
|
)
|
||||||
|
|
||||||
add_library(sway-common
|
add_library(sway-common
|
||||||
ipc-client.c
|
ipc-client.c
|
||||||
list.c
|
list.c
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
include_directories(
|
include_directories(
|
||||||
${JSONC_INCLUDE_DIRS}
|
${JSONC_INCLUDE_DIRS}
|
||||||
|
${WLC_INCLUDE_DIRS}
|
||||||
)
|
)
|
||||||
|
|
||||||
add_executable(swaygrab
|
add_executable(swaygrab
|
||||||
|
|
Loading…
Reference in a new issue