From fc09b269240ed2716c7949b1f73133a9c01ae107 Mon Sep 17 00:00:00 2001 From: kotontrion Date: Thu, 23 May 2024 14:56:54 +0200 Subject: clean up small things --- src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/meson.build') diff --git a/src/meson.build b/src/meson.build index 9110030..56042aa 100644 --- a/src/meson.build +++ b/src/meson.build @@ -42,7 +42,7 @@ sources = files( libtray = library( meson.project_name(), sources, - dependencies: deps + meson.get_compiler('vala').find_library('posix'), + dependencies: deps vala_header: meson.project_name() + '.h', vala_vapi: meson.project_name() + '.vapi', vala_gir: tray_gir, -- cgit v1.2.3