forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-30 6c9be420e167ee7ce45c0309586f09ddab28ac15
1
2
3
4
5
6
7
8
9
10
11
menuconfig BR2_PACKAGE_IMAGE_COMMON_SET
   bool "image_common"
   depends on BR2_PACKAGE_HOST_CATKIN
   depends on BR2_PACKAGE_BOOST
 
if BR2_PACKAGE_IMAGE_COMMON_SET
source "package/rockchip/ros/image-common/image-common/Config.in"
source "package/rockchip/ros/image-common/image-transport/Config.in"
source "package/rockchip/ros/image-common/camera-calibration-parsers/Config.in"
source "package/rockchip/ros/image-common/camera-info-manager/Config.in"
endif