]> git.pld-linux.org Git - packages/inkscape.git/blame - inkscape-gtk3.patch
- adjust patch for inkscape release
[packages/inkscape.git] / inkscape-gtk3.patch
CommitLineData
41394cda
JB
1--- inkscape-0.92.1/configure.ac.orig 2017-06-28 19:16:17.655179973 +0200
2+++ inkscape-0.92.1/configure.ac 2017-06-28 20:40:42.491788807 +0200
3@@ -723,8 +723,8 @@
4 if test "x$enable_gtk3" = "xyes"; then
5
6 ink_spell_pkg=
7- if pkg-config --exists gtkspell-3.0; then
8- ink_spell_pkg=gtkspell-3.0
9+ if pkg-config --exists gtkspell3-3.0; then
10+ ink_spell_pkg=gtkspell3-3.0
11 AC_DEFINE(WITH_GTKSPELL, 1, [enable gtk spelling widget])
12 fi
13
This page took 0.026208 seconds and 4 git commands to generate.