Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 462686 | Differences between
and this patch

Collapse All | Expand All

(-)inkscape-0.48.4/configure.ac.orig (-1 / +1 lines)
Lines 737-743 Link Here
737
else
737
else
738
  min_sigc_version=2.0.11
738
  min_sigc_version=2.0.11
739
fi
739
fi
740
PKG_CHECK_MODULES(INKSCAPE, gdkmm-2.4  glibmm-2.4 giomm-2.4 gtkmm-2.4 >= 2.10.0  gtk+-2.0  libxml-2.0 >= 2.6.11  libxslt >= 1.0.15  cairo  sigc++-2.0 >= $min_sigc_version  $ink_spell_pkg  gthread-2.0 >= 2.0 libpng >= 1.2 gsl)
740
PKG_CHECK_MODULES(INKSCAPE, gdkmm-2.4  glibmm-2.4 giomm-2.4 gtkmm-2.4 >= 2.10.0  gtk+-2.0 pangoft2 libxml-2.0 >= 2.6.11  libxslt >= 1.0.15  cairo  sigc++-2.0 >= $min_sigc_version  $ink_spell_pkg  gthread-2.0 >= 2.0 libpng >= 1.2 gsl)
741
741
742
dnl gtkmm provides no preprocessor macros for easily checking versions.  This check is used
742
dnl gtkmm provides no preprocessor macros for easily checking versions.  This check is used
743
dnl to figure out if we are working with the newer 2.24 series or not.
743
dnl to figure out if we are working with the newer 2.24 series or not.

Return to bug 462686