summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index ad8d281..344cfcd 100644
--- a/meson.build
+++ b/meson.build
@@ -72,6 +72,7 @@ sources = files(
'src/log.c',
'src/string_vec.c',
'src/surface.c',
+ 'src/wlr-layer-shell-unstable-v1.c',
)
cc = meson.get_compiler('c')
@@ -80,7 +81,6 @@ glib = dependency('glib-2.0')
json = dependency('json-c')
pangocairo = dependency('pangocairo')
png = dependency('libpng')
-threads = dependency('threads')
wayland_client = dependency('wayland-client')
wayland_egl = dependency('wayland-egl')
wayland_protocols = dependency('wayland-protocols', native: true)
@@ -119,7 +119,7 @@ endforeach
executable(
'tofi',
sources, wl_proto_src, wl_proto_headers,
- dependencies: [epoxy, json, glib, pangocairo, png, threads, wayland_egl, xkbcommon],
+ dependencies: [epoxy, json, glib, pangocairo, png, wayland_egl, xkbcommon],
install: true
)