]> git.mdlowis.com Git - proto/labwc.git/commitdiff
build: when building wlroots subproject, link statically
authorDima Krasner <dima@dimakrasner.com>
Mon, 8 Nov 2021 18:17:50 +0000 (20:17 +0200)
committerJohan Malm <johanmalm@users.noreply.github.com>
Mon, 8 Nov 2021 19:10:37 +0000 (19:10 +0000)
meson.build

index 9ca039e8761895c9a51aa7e5d98825f8cfef5a98..024c266820a29adaf7fe31fe079e266b02fc9588 100644 (file)
@@ -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,
 )