https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275567

--- Comment #13 from Nuno Teixeira <edua...@freebsd.org> ---
(In reply to Nuno Teixeira from comment #12)
(...)

Also, our patch does this:

> +  if atkbridge_dep.found()
> +    atk_pkgs += ['atk-bridge-2.0']
> +    cdata.set('HAVE_ATK_BRIDGE', 1)

that causes to activate a run dep with atk-bridge true or false.

pkgsrc patch fixes it with:

< +  if atkbridge_enabled
<    atkbridge_dep  = dependency('atk-bridge-2.0', version: at_spi2_atk_req)
< +  cdata.set('HAVE_ATK_BRIDGE', 1)
< +  endif

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to