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 3c369b3cfb64a78b3806ae2c622586c070835345
parent 66869b89f5dcd217384e3989101846fa9c963c2e
Author: St John Karp <contact@stjo.hn>
Date:   Sun, 26 Jun 2022 08:55:08 -0400

pango: Build with introspection support

This is required for fwupd.

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

diff --git a/libs/pango/build b/libs/pango/build @@ -14,7 +14,7 @@ meson \ --prefix=/usr \ -Dgtk_doc=false \ -Dxft=disabled \ - -Dintrospection=disabled \ + -Dintrospection=enabled \ . build ninja -C build diff --git a/libs/pango/depends b/libs/pango/depends @@ -2,5 +2,6 @@ cairo fontconfig freetype-harfbuzz glib +gobject-introspection meson make pkgconf make