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. --- sway/meson.build | 1 - 1 file changed, 1 deletion(-) (limited to 'sway') diff --git a/sway/meson.build b/sway/meson.build index 8254fb5c..0f943a1f 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -186,7 +186,6 @@ sway_sources = files( sway_deps = [ cairo, - gdk_pixbuf, jsonc, libevdev, libinput, -- cgit v1.2.3