<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - cairo-gobject dependencies leak to main cairo.pc"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=85173#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - cairo-gobject dependencies leak to main cairo.pc"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=85173">bug 85173</a>
              from <span class="vcard"><a class="email" href="mailto:qboosh@pld-linux.org" title="Jakub Bogusz <qboosh@pld-linux.org>"> <span class="fn">Jakub Bogusz</span></a>
</span></b>
        <pre>libgobject is needed for libcairo-gobject, but I don't see any use of
libgobject in libcairo.
Accumulators cause that -lgobject-2.0 is passed for libcairo linking (through
CAIRO_LIBS), but libcairo doesn't use any symbols from libgobject and when
as-needed linker feature is used, this dependency is dropped.

When packaging cairo, cairo-gobject library can go to separate package set; in
such case glib/gobject dependency in packages with main cairo library could be
avoided.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>