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. --- meson.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index d2b6e8c0..9937eebe 100644 --- a/meson.build +++ b/meson.build @@ -107,7 +107,6 @@ if scdoc.found() 'sway/sway-input.5.scd', 'sway/sway-ipc.7.scd', 'sway/sway-output.5.scd', - 'swaybg/swaybg.1.scd', 'swaymsg/swaymsg.1.scd', 'swaynag/swaynag.1.scd', 'swaynag/swaynag.5.scd', @@ -151,7 +150,6 @@ subdir('sway') subdir('swaymsg') subdir('client') -subdir('swaybg') subdir('swaybar') subdir('swaynag') -- cgit v1.2.3-54-g00ecf