diff --git a/meson.build b/meson.build index 734cfe8..ba9a7a6 100644 --- a/meson.build +++ b/meson.build @@ -127,7 +127,7 @@ elif host_system == 'windows' cpp.find_library('dwmapi'), cpp.find_library('windowsapp'), ] -else +elif host_system == 'linux' or host_system == 'freebsd' or host_system == 'netbsd' or host_system == 'dragonfly' or host_system == 'haiku' platform_deps += [ dependency('SQLiteCpp'), dependency('xcb'),