aboutsummaryrefslogtreecommitdiff
path: root/sway
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-04-25 11:23:37 -0400
committerSimon Ser <contact@emersion.fr>2019-04-25 18:44:28 +0300
commit236ca63419528da1ebfbfe7aabd24a1c3b274437 (patch)
tree88dbafbde4595ce0ce35b26b70a716154a90acd1 /sway
parentf62c755a9f747dff9411ccedb62ecee288e67b5c (diff)
downloadsway-236ca63419528da1ebfbfe7aabd24a1c3b274437.tar.xz
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.
Diffstat (limited to 'sway')
-rw-r--r--sway/meson.build1
1 files changed, 0 insertions, 1 deletions
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,