mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Address review comments
This commit is contained in:
parent
653853062f
commit
d39bda76c4
9 changed files with 50 additions and 71 deletions
|
|
@ -1,22 +1,18 @@
|
|||
deps = [
|
||||
cairo,
|
||||
jsonc,
|
||||
math,
|
||||
pango,
|
||||
pangocairo,
|
||||
sway_protos,
|
||||
wayland_client,
|
||||
]
|
||||
|
||||
if gdk_pixbuf.found()
|
||||
deps += [gdk_pixbuf]
|
||||
endif
|
||||
|
||||
executable(
|
||||
'swaybg',
|
||||
'main.c',
|
||||
include_directories: [sway_inc],
|
||||
dependencies: deps,
|
||||
link_with: [lib_sway_common, lib_sway_client],
|
||||
install: true
|
||||
'swaybg',
|
||||
'main.c',
|
||||
include_directories: [sway_inc],
|
||||
dependencies: [
|
||||
cairo,
|
||||
gdk_pixbuf,
|
||||
jsonc,
|
||||
math,
|
||||
pango,
|
||||
pangocairo,
|
||||
sway_protos,
|
||||
wayland_client,
|
||||
wlroots,
|
||||
],
|
||||
link_with: [lib_sway_common, lib_sway_client],
|
||||
install: true
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue