diff options
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 c653dd72..3756075a 100644 --- a/common/meson.build +++ b/common/meson.build @@ -3,6 +3,7 @@ lib_sway_common = static_library( files( 'background-image.c', 'cairo.c', + 'gesture.c', 'ipc-client.c', 'log.c', 'loop.c', |