aboutsummaryrefslogtreecommitdiffstats
path: root/common/meson.build
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2019-01-17 12:45:41 +0100
committerLibravatar emersion <contact@emersion.fr>2019-01-17 12:45:41 +0100
commitf951c2357fc4c1f25c7af34958e37cd65a6979d2 (patch)
tree7a88f2f7ce73800928a149c21168ceacd29c0b74 /common/meson.build
parentRemove swaylock headers (diff)
downloadsway-f951c2357fc4c1f25c7af34958e37cd65a6979d2.tar.gz
sway-f951c2357fc4c1f25c7af34958e37cd65a6979d2.tar.zst
sway-f951c2357fc4c1f25c7af34958e37cd65a6979d2.zip
Remove 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: [