]> git.pld-linux.org Git - packages/inkscape.git/blob - inkscape-gtk3.patch
2170042d9072a0092e6963d4ff2941855b70fd98
[packages/inkscape.git] / inkscape-gtk3.patch
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.034706 seconds and 2 git commands to generate.