[Buildroot] [PATCH 1/1] package/freeswitch: mod_cv needs BR2_PACKAGE_OPENCV_LIB_OBJDETECT

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Apr 18 07:30:19 UTC 2016


Hello,

On Mon, 18 Apr 2016 06:22:18 +0200, Bernd Kuhls wrote:

> -ifeq ($(BR2_PACKAGE_OPENCV),y)
> +ifeq ($(BR2_PACKAGE_OPENCV)$(BR2_PACKAGE_OPENCV_LIB_OBJDETECT),yy)

Another option is to:

	select BR2_PACKAGE_OPENCV_LIB_OBJDETECT if BR2_PACKAGE_OPENCV

in the Config.in file. I don't know which one is preferred.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


More information about the buildroot mailing list