aboutsummaryrefslogtreecommitdiffstats
path: root/swaynag
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 /swaynag
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 'swaynag')
-rw-r--r--swaynag/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/swaynag/meson.build b/swaynag/meson.build
index 9c29fd1a..71f2fc2d 100644
--- a/swaynag/meson.build
+++ b/swaynag/meson.build
@@ -10,7 +10,6 @@ executable(
10 dependencies: [ 10 dependencies: [
11 cairo, 11 cairo,
12 client_protos, 12 client_protos,
13 gdk_pixbuf,
14 pango, 13 pango,
15 pangocairo, 14 pangocairo,
16 wayland_client, 15 wayland_client,