[Webkit-unassigned] [Bug 171918] [GTK] Bump GTK+ and its dependencies in jhbuild

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 10 04:58:15 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=171918

--- Comment #3 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
Comment on attachment 309589
  --> https://bugs.webkit.org/attachment.cgi?id=309589
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=309589&action=review

> Tools/gtk/jhbuild.modules:606
> +      <dep package="harfbuzz"/>
> +      <if condition-unset="macos">
> +	<dep package="harfbuzz"/>
> +	<dep package="fontconfig"/>
> +      </if>

I just noticed this...

I think there is some trouble on this block of dependencies.

 <dependencies>
      <dep package="glib"/>
      <dep package="cairo"/>
      <dep package="harfbuzz"/>
      <if condition-unset="macos">
        <dep package="harfbuzz"/>
        <dep package="fontconfig"/>
      </if>
    </dependencies>

why harfbuzz is twice for condition != macos.

And why fontconfig was before unconditionally and now is only for != macos

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170510/2d8d4383/attachment.html>


More information about the webkit-unassigned mailing list