diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-01-17 08:13:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-17 08:13:19 -0500 |
commit | 5a0c4234b8f0ef5ad3d17430e876e29242b934e2 (patch) | |
tree | 0d9dd8ed027d59853870bb205997243f73a626c7 /common/meson.build | |
parent | 60a16bbf416cf17b62436951d3309b9bf87f151f (diff) | |
parent | f951c2357fc4c1f25c7af34958e37cd65a6979d2 (diff) |
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.build | 1 |
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( 'list.c', 'pango.c', 'stringop.c', - 'unicode.c', 'util.c' ), dependencies: [ |