From 9096f80b4fd5fca506cca77dfe8ab3a2900daa52 Mon Sep 17 00:00:00 2001 From: Olivier Tilloy Date: Wed, 19 Sep 2007 22:46:24 +0200 Subject: Updated the TODO list: using pkg-config does not make really sense as it adds a lot of complexity to the SConsctruct script and a dependency (on pkg-config itself), and boost_python does not seem to have a *.pc file anyway. --- todo | 2 -- 1 file changed, 2 deletions(-) diff --git a/todo b/todo index 496e37e..04559d6 100644 --- a/todo +++ b/todo @@ -6,5 +6,3 @@ todo list - Rewrite the exiv2 command-line tool and the test binaries in Python and (Python) scripts to run the same tests that are run to test exiv2 - Write a complete documentation for the binding and it uses - Write unit tests (http://docs.python.org/lib/module-unittest.html) -- Use pkgconfig with scons in order to check the dependencies before compiling (http://www.scons.org/wiki/UsingPkgConfig) - -- cgit