Age | Commit message (Collapse) | Author | Files | Lines |
|
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=37060
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
|
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=37060
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
|
|
|
This fixes compilation with LDFLAGS=-Wl,--no-add-needed, which is the
default behaviour of GNU gold, and of Fedora's patched GNU ld.
See: http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=29274
Reviewed-by: Colin Walters <walters@verbum.org>
|
|
Cross compilation fix. dbus-binding-tool needs to run on the host, but
gets
compiled for the target. Add an option to use an external program
(host version) instead, similar to the --with-introspect-xml option.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
|
|
AIX's compiler and some non-c99 compilers are braindead, massage the code to
work with them (#11675, thanks Peter O'Gorman).
|
|
(cherry picked from 4b85a9e92bcf21356f25c535b3550a330cb018a4 commit)
|
|
|
|
- renamed glib dir to dbus so include paths stay the same in the examples
- build now works
|