summaryrefslogtreecommitdiffstats
path: root/common/meson.build
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2019-01-17 08:13:19 -0500
committerLibravatar GitHub <noreply@github.com>2019-01-17 08:13:19 -0500
commit5a0c4234b8f0ef5ad3d17430e876e29242b934e2 (patch)
tree0d9dd8ed027d59853870bb205997243f73a626c7 /common/meson.build
parentMerge pull request #3448 from emersion/swaybg-xdg-output (diff)
parentRemove unicode.c (diff)
downloadsway-5a0c4234b8f0ef5ad3d17430e876e29242b934e2.tar.gz
sway-5a0c4234b8f0ef5ad3d17430e876e29242b934e2.tar.zst
sway-5a0c4234b8f0ef5ad3d17430e876e29242b934e2.zip
Merge pull request #3447 from emersion/remove-swaylock-includes
Remove swaylock headers and unicode.c
Diffstat (limited to 'common/meson.build')
-rw-r--r--common/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/meson.build b/common/meson.build
index 4ad872d1..3af1f1d5 100644
--- a/common/meson.build
+++ b/common/meson.build
@@ -9,7 +9,6 @@ lib_sway_common = static_library(
9 'list.c', 9 'list.c',
10 'pango.c', 10 'pango.c',
11 'stringop.c', 11 'stringop.c',
12 'unicode.c',
13 'util.c' 12 'util.c'
14 ), 13 ),
15 dependencies: [ 14 dependencies: [