SVN commit 461526 by qbast: Added test for libart2 required by svgicons kdecore/svgicons now compiles M +2 -1 SConstruct A bksys/libart2.py A kdecore/svgicons/SConscript --- trunk/KDE/kdelibs/SConstruct #461525:461526 @@ -39,7 +39,7 @@ ## Import the main configuration tool from generic import configure config = { - 'modules' : 'generic lowlevel libxml qt4 kde4', + 'modules' : 'generic lowlevel libxml qt4 kde4 libart2', 'builddir' : 'build', # put all object files under 'build/' 'config.h' : 1, # mechanism should be ok 'rpath' : 1, # incomplete @@ -64,6 +64,7 @@ kdefx mimetypes kdecore/network +kdecore/svgicons """ # kdecore kunittest kdeui