commit 413dea8
hovercats
·
2024-04-15 13:06:40 +0000 UTC
parent 9f38620
webkit2gtk: add missing dependency
7 files changed,
+37,
-0
+18,
-0
1@@ -0,0 +1,18 @@
2+#!/bin/sh -e
3+
4+export DESTDIR="$1"
5+
6+: > tests/meson.build
7+
8+pkg-config --exists gobject-introspection-1.0 && gi=true
9+
10+meson setup \
11+ -Dprefix=/usr \
12+ -Dsysconfdir=/etc \
13+ -Dmandir=/usr/share/man \
14+ -Ddocs=false \
15+ -Dintrospection="${gi:-false}" \
16+ output
17+
18+ninja -C output
19+ninja -C output install
+1,
-0
1@@ -0,0 +1 @@
2+cbc1b7ba03009ee5cc0e646d8a86117e0d65bf8d105f2e8714fbde0299a8012eff
+4,
-0
1@@ -0,0 +1,4 @@
2+glib
3+libffi
4+meson make
5+pkgconf make
+11,
-0
1@@ -0,0 +1,11 @@
2+#!/bin/sh -e
3+
4+cat <<EOF
5+It's important to now rebuild 'gtk+3' if you want to have atk methods available
6+in your gtk+3 library.
7+
8+Run the following:
9+
10+# kiss build gtk+3
11+# kiss install gtk+3
12+EOF
+1,
-0
1@@ -0,0 +1 @@
2+https://ftp.gnome.org/pub/gnome/sources/atk/2.38/atk-2.38.0.tar.xz
+1,
-0
1@@ -0,0 +1 @@
2+2.38.0 1
+1,
-0
1@@ -1,3 +1,4 @@
2+atk
3 cairo
4 cmake make
5 freetype-harfbuzz