kiss-flatpak

Flatpak for KISS Linux.
git clone https://git.stjo.hn/kiss-flatpak
Log | Files | Refs | README | LICENSE

commit 5541400b78430de9ca8a5fb35af3b1a901b15461
parent 44dde5aa36e842b870a82206c740b216085fc9ba
Author: St John Karp <contact@stjo.hn>
Date:   Thu, 21 Jul 2022 09:33:24 -0400

appstream: Disable introspection in one of the subprojects

Otherwise the build throws an error and, AFAICT, there is no need
to require introspection here.

Diffstat:
Mflatpak/appstream/build | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/flatpak/appstream/build b/flatpak/appstream/build @@ -27,6 +27,7 @@ meson \ -Dvapi=false \ -Dapt-support=false \ -Dgir=false \ + -Dlibxmlb:introspection=false \ .. ninja