Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libxmlb: add missing dependency on glib-2.0 and xz | Martin Jansa | 2023-05-16 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | * without gobject-introspection-data in DISTRO_FEATURES it fails with: http://errors.yoctoproject.org/Errors/Details/702774/ Run-time dependency gio-2.0 found: NO (tried pkgconfig) ../git/meson.build:119:0: ERROR: Dependency gio-2.0 not found, tried pkgconfig and http://errors.yoctoproject.org/Errors/Details/702777/ Run-time dependency liblzma found: NO (tried pkgconfig) ../git/meson.build:121:0: ERROR: Dependency liblzma not found, tried pkgconfig Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> | ||||
* | libxmlb: allow to build native | Markus Volk | 2022-12-23 | 1 | -0/+2 |
| | | | | | | | This will be needed for gnome-software Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | libxmlb: upgrade 0.3.9 -> 0.3.10 | wangmy | 2022-09-20 | 1 | -0/+20 |
Bugfixes: - Fix dumping and exporting multiple files from the CLI - Watch files before loading them into the builder - Fix potential double free when filtering by language Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |