poco: the Zip module depends on XML, Net and Util modules
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 2 Feb 2012 22:29:25 +0000 (23:29 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 2 Feb 2012 22:38:33 +0000 (23:38 +0100)
commit1b1fcb638e0c7506f6b5b50df3142539424f050e
tree9ba4dd4d9395fe86ff0a6e2017eeec7bad0fcd27
parent8c3e2cbb53b0383f5b273a0a0c908b8b232d1072
poco: the Zip module depends on XML, Net and Util modules

Without this, in a configuration where the Zip module is selected but
not the XML module, the build fails due to missing expat.h. This is
because POCO builds the XML module as soon as the Zip module is
enabled.

This fixes the build breakage visible at:

  http://free-electrons.com/~thomas/buildroot/test-output-2011-12-02/test-920-output.bz2

with the configuration visible at:

  http://free-electrons.com/~thomas/buildroot/test-output-2011-12-02/test-920-config

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/poco/Config.in