Add link dependency on symbols file
So the library is rebuilt properly when it's updated.
This commit is contained in:
parent
584a3f8b6e
commit
1358d80ab9
|
@ -134,6 +134,7 @@ lib_wlr = library(
|
|||
include_directories: wlr_inc,
|
||||
install: true,
|
||||
link_args : symbols_flag,
|
||||
link_depends: symbols_file,
|
||||
)
|
||||
|
||||
wlroots = declare_dependency(
|
||||
|
|
Loading…
Reference in New Issue