[Telepathy] [Bug 15199] Broken pkg-config file
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Mar 25 09:34:12 PDT 2008
http://bugs.freedesktop.org/show_bug.cgi?id=15199
--- Comment #3 from Bastien Nocera <hadess at hadess.net> 2008-03-25 09:34:11 PST ---
This would probably fail currenly (not actually tested):
$ cat test.c
#include <telepathy-glib/run.h>
int main(int argc, char **argv)
{
return 0;
}
$ gcc -o test test.c `pkg-config --libs --cflags telepathy-glib`
dbus-glib and glib are exposed in the telepathy-glib headers, so they shouldn't
be in the private requires. Say you added a dependency on libssl inside
telepathy-glib, but didn't expose it in the headers. Then you would add it to
Requires.private.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Telepathy
mailing list