Hi,
The binreloc code uses gthread to achieve thread safety in the Inkscape tree, but gthread isn't passed to pkg-config. This patch fixes this.
thanks -mike
Index: configure.in =================================================================== RCS file: /cvsroot/inkscape/inkscape/configure.in,v retrieving revision 1.70 diff -u -r1.70 configure.in --- configure.in 11 Jul 2004 22:30:53 -0000 1.70 +++ configure.in 13 Jul 2004 16:42:58 -0000 @@ -221,7 +221,7 @@ dnl Unconditional dependencies dnl ******************************
-PKG_CHECK_MODULES(INKSCAPE, gtk+-2.0 >= 2.0.0 libxml-2.0 >= 2-2.4.24 $ink_sigc_pkg $ink_gtkmm_pkg $ink_spell_pkg) +PKG_CHECK_MODULES(INKSCAPE, gtk+-2.0 >= 2.0.0 libxml-2.0 >= 2-2.4.24 gthread-2.0 >= 2.0.0 $ink_sigc_pkg $ink_gtkmm_pkg $ink_spell_pkg)
dnl Shouldn't we test for libpng and libz? INKSCAPE_LIBS="$INKSCAPE_LIBS -lpng -lz"
participants (2)
-
MenTaLguY
-
Mike Hearn