mirror of
https://github.com/swaywm/sway.git
synced 2026-03-19 05:34:00 -04:00
common: move load_image to swaybar
swaynag, swaymsg, and sway do not use this function and are unlikely to in the future.
This commit is contained in:
parent
439122e887
commit
e633fe0b40
5 changed files with 5 additions and 6 deletions
|
|
@ -1,7 +1,6 @@
|
|||
lib_sway_common = static_library(
|
||||
'sway-common',
|
||||
files(
|
||||
'background-image.c',
|
||||
'cairo.c',
|
||||
'gesture.c',
|
||||
'ipc-client.c',
|
||||
|
|
@ -14,7 +13,6 @@ lib_sway_common = static_library(
|
|||
),
|
||||
dependencies: [
|
||||
cairo,
|
||||
gdk_pixbuf,
|
||||
pango,
|
||||
pangocairo,
|
||||
wayland_client.partial_dependency(compile_args: true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue