From kde-commits Sat Sep 17 21:26:52 2005 From: Jakub Stachowski Date: Sat, 17 Sep 2005 21:26:52 +0000 To: kde-commits Subject: KDE/kdelibs Message-Id: <1126992412.351384.31766.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=112699242107292 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