[Bug 25419] Install headers and .pc files when plugins are enabled
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Dec 3 19:50:38 CET 2009
http://bugs.freedesktop.org/show_bug.cgi?id=25419
Simon McVittie <simon.mcvittie at collabora.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |simon.mcvittie at collabora.co.
| |uk
--- Comment #1 from Simon McVittie <simon.mcvittie at collabora.co.uk> 2009-12-03 10:50:36 PST ---
I'd prefer it if the headers were designed to be included like
<gabble/sidecar.h>; you can either install them like
$includedir/telepathy-1.0/gabble/gabble/sidecar.h or
$includedir/telepathy-1.0/gabble/sidecar.h, but please put a parent of their
directory on the -I path, rather than their directory itself.
You basically have to use one of these styles, if you want to avoid colliding
header names:
* install to $FOO/foo/bar.h, use -I$FOO and consistently include <foo/bar.h>
(telepathy-glib)
* call your headers foo-*.h (breaking tab completion), install to
$FOO/foo-bar.h and use -I$FOO (NetworkManager)
* both of the above, redundantly (D-Bus, GLib)
--
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-bugs
mailing list