Comment 3 for bug 2060035

Revision history for this message
Sebastien Bacher (seb128) wrote :

@Lukas, I don't understand your comment about libgoa-1.0-0b, that's a standard desktop library which is in main forever and get added to Depends through shlibs, what's the issue with it?

$ ldd -r /usr/lib/x86_64-linux-gnu/libmsgraph-0.so.1 | grep goa
 libgoa-1.0.so.0 => /lib/x86_64-linux-gnu/libgoa-1.0.so.0 (0x0000765dd7566000)

$ grep goa msgraph-0.2.1 -r
...
msgraph-0.2.1/src/msg-goa-authorizer.h:#include <goa/goa.h>
...
msgraph-0.2.1/meson.build:goa_dep = dependency('goa-1.0')