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. */