| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
The former bumped ABI, and all sorts of crazy happens when you link in
libappstream-glib into a process with the 'other' ABI.
It seems the universe has settled on curl as a dep; do the same.
|
|
|
|
| |
Nothing uses it, and it's not API or ABI stable.
|
|
|
|
| |
Firmware should now be distributed using the LVFS and consumed by fwupd.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Calling g-ir-scanner when cross-compiling with bitbake/OpenEmbedded
fails because it calls the wrong ld (the one from the host). More work
will be needed in meson.bbclass and/or gobject-introspection.bbclass
to make it work.
In the meantime, having an option to turn of introspection is useful
perhaps also in other cases where the extra work is not needed. For
example, fwupd works fine also when it is off.
The name of the new meson option matches the --disable-introspection
that is used by some autotools-based projects.
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
|
|
|
|
|
|
|
|
|
|
| |
In 0.41.0 meson introduced it's own 'dist' target and so we don't need to
define this ourselves anymore. Use a version compare to avoid depending on a
very new meson.
Also, fix up some underlinking which was somehow allowed before.
Fixes: https://github.com/hughsie/appstream-glib/issues/170
|
| |
|
| |
|
|
|