diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2023-11-23 08:40:41 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2023-11-23 08:40:41 -0500 |
| commit | e05fe219cdefcf8d883f6153ba6cc3cd57d93b87 (patch) | |
| tree | 383c7ca2d555353875787b8825c64ef5eb581b9f /common/meson.build | |
| parent | ce4bc635138526366fd744159de44372c364fcfe (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) |
