opencv: always enable opencv_core module when opencv is enabled
authorSamuel Martin <s.martin49@gmail.com>
Sat, 15 Feb 2014 22:13:23 +0000 (23:13 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 16 Feb 2014 08:17:57 +0000 (09:17 +0100)
commite78d357551f3191fee7b6bcc18dfd8514819cafb
tree43fa92b961ff00ac4858e7b155624b9cd61e7335
parent40f7068f11bdb9c80b8c39cd992fdddd889a12dd
opencv: always enable opencv_core module when opencv is enabled

It does not make much sense enabling opencv without its core module.

This configuration leads to build nothing (since all modules depend on
the core one), but install the configuration files (*.pc and *.cmake)
anyway.

This absurd situation may break the build-system of other packages
that would correctly find the *.pc (but does not check for the modules
they actually use), but would not build because of missing headers and
libraries.

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/opencv/Config.in
package/opencv/opencv.mk