| 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.
|
|
|
|
| |
mingw clang does not support --version-script linker option.
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Richard Hughes <richard@hughsie.com>
|
|
|
|
|
|
|
|
| |
This should help make sure that the version comparison algorithm matches
exactly with Fedora's when built on Fedora and supports caret, tilde,
and plus characters that all have special semantics in Fedora packages.
https://github.com/hughsie/appstream-glib/issues/270
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes cross building of gir using Yocto Project/Buildroot
method.
This is also done on:
atk with -DATK_COMPILATION,
gdk-pixbuf with -DGDK_PIXBUF_COMPILATION,
libgusb with -DGUSB_COMPILATION.
|
|
|
|
| |
Firmware should now be distributed using the LVFS and consumed by fwupd.
|
| |
|
|
|
|
|
| |
This enables a lot of software to comply with the GDPR and also allows us to
show translated warning and EULA text to unsuspecting users.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Commit 081ced436 made the gperf dependency mandatory, but that seems to
have been partially lost in the migration to Meson. If building without
gperf available, Meson configure would succeed, but then build would
fail due to as-tag-private.h not being generated.
Fix that by removing the conditions for gperf in the meson.build files.
Signed-off-by: Philip Withnall <withnall@endlessm.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
| |
|
| |
|
|
|