package/opencv: reduce modules on by default
authorSamuel Martin <s.martin49@gmail.com>
Thu, 25 Jun 2015 19:59:47 +0000 (21:59 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 26 Jun 2015 18:43:25 +0000 (20:43 +0200)
commitf45342b7555dccb9aa4890b846a9e45f8a1f7560
treecbf5d000f2ebc0dbd294c5c6a12b902c6ddc1bc1
parent1550ee0c127c0f2b646f225339b693092870b91d
package/opencv: reduce modules on by default

Since its integration into Buildroot, OpenCV always enables all modules
by default because the inter-module denpedency were not supported.

Now that OpenCV inter-module dependencies are correctly set at the
Buildroot configuration level, it is possible to reduce the enabled
module list to its minimal set, letting kconfig enable the other
modules.

This change will not change anything WRT a defconfig build with opencv.

Cc: "Yann E. Morin" <yann.morin.1998@free.fr>
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/opencv/Config.in