aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2019-04-25 11:23:37 -0400
committerLibravatar Simon Ser <contact@emersion.fr>2019-04-25 18:44:28 +0300
commit236ca63419528da1ebfbfe7aabd24a1c3b274437 (patch)
tree88dbafbde4595ce0ce35b26b70a716154a90acd1 /sway/meson.build
parentRemove obsolete README translations (diff)
downloadsway-236ca63419528da1ebfbfe7aabd24a1c3b274437.tar.gz
sway-236ca63419528da1ebfbfe7aabd24a1c3b274437.tar.zst
sway-236ca63419528da1ebfbfe7aabd24a1c3b274437.zip
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/meson.build')
-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(
186 186
187sway_deps = [ 187sway_deps = [
188 cairo, 188 cairo,
189 gdk_pixbuf,
190 jsonc, 189 jsonc,
191 libevdev, 190 libevdev,
192 libinput, 191 libinput,