diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-04-03 14:31:30 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-04-03 14:31:30 -0400 |
| commit | d6ec5ab3104758ca1b120be5e1871c58ac4227e4 (patch) | |
| tree | f9509c14f04399bf02d2cc31ff62869a07691543 /common/meson.build | |
| parent | a3268e49ab5b40dd3f3ce665bd3a4b9db01ec61c (diff) | |
Add password buffer, refactor rendering/surfaces
Diffstat (limited to 'common/meson.build')
| -rw-r--r-- | common/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/meson.build b/common/meson.build index 851e7bbf..44a29508 100644 --- a/common/meson.build +++ b/common/meson.build @@ -9,6 +9,7 @@ lib_sway_common = static_library( 'pango.c', 'readline.c', 'stringop.c', + 'unicode.c', 'util.c' ), dependencies: [ |
