From kde-commits Mon Apr 03 10:23:35 2006 From: Nikolas Zimmermann Date: Mon, 03 Apr 2006 10:23:35 +0000 To: kde-commits Subject: KDE/kdelibs Message-Id: <1144059815.691609.29034.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=114405982316569 SVN commit 525922 by wildfox: Start toying around with cmake to make it build my khtml-svg. These three added lines here in kdelibs trunk won't change the build for anyone else except me & Rob. M +5 -1 ConfigureChecks.cmake M +1 -0 config.h.cmake --- trunk/KDE/kdelibs/ConfigureChecks.cmake #525921:525922 @@ -118,7 +118,11 @@ set(HAVE_LIBGSSAPI 0) set(GSSAPI_MIT 0) endif(GSSAPI_FOUND) - + +# FIXME: Make this changeable! +# khtml svg support +set(SVG_SUPPORT 1) + #now check for dlfcn.h using the cmake supplied CHECK_include_FILE() macro # If definitions like -D_GNU_SOURCE are needed for these checks they # should be added to _KDE4_PLATFORM_DEFINITIONS when it is originally --- trunk/KDE/kdelibs/config.h.cmake #525921:525922 @@ -5,6 +5,7 @@ #define HAVE_BOOL 1 #cmakedefine HAVE_CUPS 1 +#cmakedefine SVG_SUPPORT 1 #define HAVE_MITSHM 1 #define HAVE_PRELOADED_SYMBOLS 1 /* Define if libtool can extract symbol lists from object files. */