From 236ca63419528da1ebfbfe7aabd24a1c3b274437 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 25 Apr 2019 11:23:37 -0400 Subject: swaybg: split into standalone project The new upstream is https://github.com/swaywm/swaybg This commit also refactors our use of gdk-pixbuf a bit, since the only remaining reverse dependency is swaybar tray support. --- client/meson.build | 1 - 1 file changed, 1 deletion(-) (limited to 'client') diff --git a/client/meson.build b/client/meson.build index abe6f1eb..4484a38c 100644 --- a/client/meson.build +++ b/client/meson.build @@ -5,7 +5,6 @@ lib_sway_client = static_library( ), dependencies: [ cairo, - gdk_pixbuf, pango, pangocairo, wayland_client -- cgit v1.2.3-54-g00ecf