lo Helge > how can one build scribus with cairo instead of libart? Adding > "-DWANT_CAIRO=1" as stated on > http://wiki.scribus.net/index.php/Building_1.3.3.6cvs_or_1.3.4cvs_or_higher_with_CMake > does not seem to work:
... > -- Previously selected rendering system: LIBART ... I suppose you've been built it already with libart. The cure is simple (in build root directory): rm CMakeCache.txt then cmake -Dblahblah . again petr
