From: Dima Krasner Date: Mon, 8 Nov 2021 18:17:50 +0000 (+0200) Subject: build: when building wlroots subproject, link statically X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=354161663e02ce85ca9ac075427c112054f6cfa8;p=proto%2Flabwc.git build: when building wlroots subproject, link statically --- 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, )