Add link dependency on symbols file

So the library is rebuilt properly when it's updated.
This commit is contained in:
Scott Anderson 2018-08-22 20:56:12 +12:00
parent 584a3f8b6e
commit 1358d80ab9
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ lib_wlr = library(
include_directories: wlr_inc,
install: true,
link_args : symbols_flag,
link_depends: symbols_file,
)
wlroots = declare_dependency(