kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

commit 420193cd92715f69576ce8b60c06155af20c483b
parent 6e54fb13b8b9b254bc8419aba69f79b22a5c5b79
Author: St John Karp <contact@stjo.hn>
Date:   Sun, 26 Jun 2022 12:41:52 -0400

json-glib: Enable introspection

This change is required to support fwupd.

Diffstat:
Mlibs/json-glib/build | 2+-
Mlibs/json-glib/depends | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/libs/json-glib/build b/libs/json-glib/build @@ -4,7 +4,7 @@ meson \ --prefix=/usr \ --libexecdir=/usr/lib \ -Dgtk_doc=disabled \ - -Dintrospection=disabled \ + -Dintrospection=enabled \ . output ninja -C output diff --git a/libs/json-glib/depends b/libs/json-glib/depends @@ -1,4 +1,5 @@ glib +gobject-introspection meson make pkgconf make python