diff options
| author | Shokara Kou <kou@13f0.net> | 2022-12-10 11:04:37 -0500 |
|---|---|---|
| committer | Shokara Kou <kou@13f0.net> | 2022-12-10 11:04:37 -0500 |
| commit | 3eefe756cea2ea592e01a966c53653f9555b3cca (patch) | |
| tree | b5b64e1a4ee1d650819f6cc0dd108432a31dbfa3 | |
| parent | 241ab56e5e133152badbc48589166ffd343b843c (diff) | |
remove atk from gail-3.0.pc in gtk3
| -rw-r--r-- | x11/gtk+3/patches/patch-gail-3_0_pc_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/gtk+3/patches/patch-gail-3_0_pc_in b/x11/gtk+3/patches/patch-gail-3_0_pc_in new file mode 100644 index 0000000..60a1699 --- /dev/null +++ b/x11/gtk+3/patches/patch-gail-3_0_pc_in | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | Index: gail-3.0.pc.in | ||
| 2 | --- gail-3.0.pc.in.orig | ||
| 3 | +++ gail-3.0.pc.in | ||
| 4 | @@ -6,6 +6,6 @@ includedir=@includedir@ | ||
| 5 | Name: Gail | ||
| 6 | Description: GNOME Accessibility Implementation Library | ||
| 7 | Version: @VERSION@ | ||
| 8 | -Requires: atk gtk+-3.0 | ||
| 9 | +Requires: gtk+-3.0 | ||
| 10 | Libs: -L${libdir} -lgailutil-3 | ||
| 11 | Cflags: -I${includedir}/gail-3.0 | ||
