[Bug 169722] Review Request: libsexy: Funky fresh graphical widgets for GTK+ 2

bugzilla at redhat.com bugzilla at redhat.com
Thu Oct 13 06:39:54 UTC 2005


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: libsexy: Funky fresh graphical widgets for GTK+ 2


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=169722





------- Additional Comments From triad at df.lth.se  2005-10-13 02:39 EST -------
We had this discussion some time ago, regarding .pc files, that if,
as libsexy does:

Cflags: -I${includedir}

This means that if libsexy installs /usr/include/libsexy/foo.h you can
use the pkg-config flags to get

#include <foo.h>

to work, but this is questionable design, because if you're writing a
whole new library, it is better to remove the -I statement and rely on
all code using libsexy to do:

#include <libsexy/foo.h>

instead. If the library is already used in lots of software it is of
course not so good to do this change to upstream, otherwise it is good
to get upstream to remove the -I statement from the .pc file.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-extras-list mailing list