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. --- swaybg/meson.build | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 swaybg/meson.build (limited to 'swaybg/meson.build') diff --git a/swaybg/meson.build b/swaybg/meson.build deleted file mode 100644 index 2b93da47..00000000 --- a/swaybg/meson.build +++ /dev/null @@ -1,16 +0,0 @@ -executable( - 'swaybg', - 'main.c', - include_directories: [sway_inc], - dependencies: [ - cairo, - client_protos, - gdk_pixbuf, - jsonc, - pango, - pangocairo, - wayland_client - ], - link_with: [lib_sway_common, lib_sway_client], - install: true -) -- cgit v1.2.3