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 ceeb950abc035f6c508437f9974d3597094af3ce
parent 8a092effb3d2532d9ffadd8a86794343d96ece1a
Author: St John Karp <contact@stjo.hn>
Date:   Tue, 12 Jul 2022 10:23:33 -0400

gcab: Remove dependencies on vala and gtkdoc

I disabled vapi and docs in the build config to remove external
dependencies.

Diffstat:
Mlibs/gcab/build | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/libs/gcab/build b/libs/gcab/build @@ -1,5 +1,11 @@ #!/usr/bin/env sh -meson build --prefix=/usr +meson build \ + --prefix=/usr \ + -Ddocs=false \ + -Dnls=false \ + -Dvapi=false \ + -Dtests=false + ninja -C build ninja -C build install