From 1358d80ab99d91492d9f14d14385a537f1044a12 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 22 Aug 2018 20:56:12 +1200 Subject: [PATCH] Add link dependency on symbols file So the library is rebuilt properly when it's updated. --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 2790342b..3216f208 100644 --- a/meson.build +++ b/meson.build @@ -134,6 +134,7 @@ lib_wlr = library( include_directories: wlr_inc, install: true, link_args : symbols_flag, + link_depends: symbols_file, ) wlroots = declare_dependency(