aboutsummaryrefslogtreecommitdiffstats
path: root/client
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 /client
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 'client')
-rw-r--r--client/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/meson.build b/client/meson.build
index abe6f1eb..4484a38c 100644
--- a/client/meson.build
+++ b/client/meson.build
@@ -5,7 +5,6 @@ lib_sway_client = static_library(
5 ), 5 ),
6 dependencies: [ 6 dependencies: [
7 cairo, 7 cairo,
8 gdk_pixbuf,
9 pango, 8 pango,
10 pangocairo, 9 pangocairo,
11 wayland_client 10 wayland_client