mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-26 00:52:21 +00:00
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,
|
include_directories: wlr_inc,
|
||||||
install: true,
|
install: true,
|
||||||
link_args : symbols_flag,
|
link_args : symbols_flag,
|
||||||
|
link_depends: symbols_file,
|
||||||
)
|
)
|
||||||
|
|
||||||
wlroots = declare_dependency(
|
wlroots = declare_dependency(
|
||||||
|
Loading…
Reference in New Issue
Block a user