mirror of
https://github.com/swaywm/sway.git
synced 2026-03-07 04:34:20 -05:00
Move swaybg background rendering into common/
swaylock will use it too
This commit is contained in:
parent
3852a710ca
commit
a28730edee
4 changed files with 133 additions and 119 deletions
|
|
@ -1,17 +1,7 @@
|
|||
deps = [
|
||||
cairo,
|
||||
pango,
|
||||
pangocairo,
|
||||
wlroots
|
||||
]
|
||||
|
||||
if gdk_pixbuf.found()
|
||||
deps += [gdk_pixbuf]
|
||||
endif
|
||||
|
||||
lib_sway_common = static_library(
|
||||
'sway-common',
|
||||
files(
|
||||
'background-image.c',
|
||||
'cairo.c',
|
||||
'ipc-client.c',
|
||||
'log.c',
|
||||
|
|
@ -21,6 +11,12 @@ lib_sway_common = static_library(
|
|||
'stringop.c',
|
||||
'util.c'
|
||||
),
|
||||
dependencies: deps,
|
||||
dependencies: [
|
||||
cairo,
|
||||
gdk_pixbuf,
|
||||
pango,
|
||||
pangocairo,
|
||||
wlroots
|
||||
],
|
||||
include_directories: sway_inc
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue