mirror of
https://github.com/swaywm/sway.git
synced 2026-05-03 06:46:26 -04:00
remove wlroots dependency from common code
Removes the wlroots dependency from the common code. To remove the dependency on the header, the defines and log-level enum are copied over. This causes a redefine error if both the wlr and the sway log.h are included.
This commit is contained in:
parent
acae6ad40f
commit
3fb60b6aed
8 changed files with 14 additions and 8 deletions
|
|
@ -17,7 +17,6 @@ lib_sway_common = static_library(
|
|||
gdk_pixbuf,
|
||||
pango,
|
||||
pangocairo,
|
||||
wlroots
|
||||
],
|
||||
include_directories: sway_inc
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue