From: <wa...@us...> - 2009-09-02 22:48:51
|
Revision: 23717 http://personalrobots.svn.sourceforge.net/personalrobots/?rev=23717&view=rev Author: wattsk Date: 2009-09-02 22:48:44 +0000 (Wed, 02 Sep 2009) Log Message: ----------- Added missing qualification dependencies Modified Paths: -------------- pkg/trunk/pr2/qualification/manifest.xml Modified: pkg/trunk/pr2/qualification/manifest.xml =================================================================== --- pkg/trunk/pr2/qualification/manifest.xml 2009-09-02 22:37:33 UTC (rev 23716) +++ pkg/trunk/pr2/qualification/manifest.xml 2009-09-02 22:48:44 UTC (rev 23717) @@ -24,6 +24,9 @@ <depend package="opencv_latest" /> <depend package="rxtools" /> <depend package="realtime_tools" /> + <depend package="image_view" /> + <depend package="camera_focus" /> + <depend package="image_proc" /> <url>http://pr.willowgarage.com/wiki/qualification</url> <sysdepend os="ubuntu" version="7.04-feisty" package="python-wxgtk2.8"/> <sysdepend os="ubuntu" version="8.04-hardy" package="python-wxgtk2.8"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |