William Sherman writes: > Hello Alberto, > >>From: Alberto Luaces <[email protected]> >> Hi Bill, >> >> I'm compiling with cairo 1.12.16 here on Debian. If SVG support is not >> strictly required, you may deactivate it in order to skip that plugin. > > I searched for an option to disable the SVG support in the list of > CMake options, but I couldn't find one. And I also searched through > the "Advanced" list of options. I did find some that mention "QTSVG" > (or QSVG), but they didn't point to libcairo or anything similar. > > Has this option vanished, or am I overlooking it? >
Actually there is no direct option. You just change at src/osgPlugins/CMakeLists.txt the line IF(RSVG_FOUND) to IF(0) and recompile. At the moment, dependencies in OSG are "automagic": they are picked for the build as they are found. -- Alberto _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

