From 354161663e02ce85ca9ac075427c112054f6cfa8 Mon Sep 17 00:00:00 2001 From: Dima Krasner Date: Mon, 8 Nov 2021 20:17:50 +0200 Subject: [PATCH] build: when building wlroots subproject, link statically --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 9ca039e8..024c2668 100644 --- a/meson.build +++ b/meson.build @@ -40,7 +40,7 @@ add_project_arguments('-DLABWC_VERSION=@0@'.format(version), language: 'c') wlroots_version = ['>=0.15.0', '<0.16.0'] wlroots_proj = subproject( 'wlroots', - default_options: ['examples=false'], + default_options: ['default_library=static', 'examples=false'], required: false, version: wlroots_version, )