Skip to content

build: Use the appropriate dependency object

Emmanuele Bassi requested to merge ebassi/issue-226 into master

Just using link_with will not ensure that the GOA web extension shared module is properly built against libgoa-backend and libgoa; the generated headers must be transitively available by the time we build the shared module.

Fixes: #226 (closed)

Merge request reports