summaryrefslogtreecommitdiff
path: root/libappstream-builder/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* Port from libsoup to libcurlRichard Hughes2022-06-081-3/+2
| | | | | | | 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.
* Do not install the libappstream-builder shared libraryRichard Hughes2019-02-061-62/+1
| | | | Nothing uses it, and it's not API or ABI stable.
* Do not parse firmware filesRichard Hughes2018-06-121-7/+0
| | | | Firmware should now be distributed using the LVFS and consumed by fwupd.
* Do not use an 'enable' prefix for meson argumentsRichard Hughes2017-12-181-6/+6
|
* meson: introspection optionalPatrick Ohly2017-07-261-18/+20
| | | | | | | | | | | | | | | | 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>
* Allow compiling with newer versions of mesonRichard Hughes2017-06-131-1/+4
| | | | | | | | | | 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
* trivial: Add back the Requires and Requires.private in the .pc filesRichard Hughes2017-05-151-0/+5
|
* trivial: Fix the autogenerated pkgconfig filesRichard Hughes2017-05-111-1/+1
|
* Switch to the meson build system.Richard Hughes2017-05-101-0/+140