diff options
author | Scott Anderson <scott@anderso.nz> | 2018-08-22 20:56:12 +1200 |
---|---|---|
committer | Scott Anderson <scott@anderso.nz> | 2018-08-22 21:16:16 +1200 |
commit | 1358d80ab99d91492d9f14d14385a537f1044a12 (patch) | |
tree | 53f3b3711b11fbf28a48686894b60154ddd93389 | |
parent | 584a3f8b6e9e241bb8510d845bbed386294ad48f (diff) |
Add link dependency on symbols file
So the library is rebuilt properly when it's updated.
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
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( |