summaryrefslogtreecommitdiffstats
path: root/swaybg/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 /swaybg/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 'swaybg/meson.build')
-rw-r--r--swaybg/meson.build16
1 files changed, 0 insertions, 16 deletions
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 @@
1executable(
2 'swaybg',
3 'main.c',
4 include_directories: [sway_inc],
5 dependencies: [
6 cairo,
7 client_protos,
8 gdk_pixbuf,
9 jsonc,
10 pango,
11 pangocairo,
12 wayland_client
13 ],
14 link_with: [lib_sway_common, lib_sway_client],
15 install: true
16)