-
see previous patch.
2008-01-05 18:19:13 UTC by nanonymous
-
in order to get it to compile successfully I added some needful things to the configure and make.
configure.in:
PKG_CHECK_MODULES(LIBXML, libxml-2.0)
AC_SUBST(LIBXML_CFLAGS)
AC_SUBST(LIBXML_LIBS)
CFLAGS="$CPPFLAGS $LIBXML_CFLAGS"
CFLAGS="$CFLAGS $SDL_CFLAGS"
package config checks for libxml2 and sets up the cflags for it.
also:
Makefile.am:
libSDL_svg_la_CFLAGS = $(CFLAGS)
2008-01-05 18:18:24 UTC by nanonymous
-
enzogupi committed patchset 2 of module SDL_svg to the SDL_svg CVS repository, changing 7 files.
2004-03-18 08:18:53 UTC by enzogupi
-
enzogupi committed patchset 1 of module SDL_svg to the SDL_svg CVS repository, changing 7 files.
2004-03-18 08:18:53 UTC by enzogupi
-
Anonymous committed patchset 1 of module CVSROOT to the SDL_svg CVS repository, changing 11 files.
2004-03-17 14:12:18 UTC by nobody
-
registered the SDL_svg project.
2004-03-17 09:11:37 UTC by