diff options
| author | Manuel Stoeckl <code@mstoeckl.com> | 2023-11-23 08:40:41 -0500 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2023-11-23 20:42:04 +0100 |
| commit | e633fe0b4081f249e9708f95da972138c86838ca (patch) | |
| tree | 383c7ca2d555353875787b8825c64ef5eb581b9f /common/meson.build | |
| parent | 439122e887d8d90991a06cf4877d5dd19bb21692 (diff) | |
common: move load_image to swaybar
swaynag, swaymsg, and sway do not use this function and are
unlikely to in the future.
Diffstat (limited to 'common/meson.build')
| -rw-r--r-- | common/meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/meson.build b/common/meson.build index 3756075a..c0ce1f68 100644 --- a/common/meson.build +++ b/common/meson.build @@ -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) |
