forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-05-31 43fd8d44e8182b691c8ee61d487cec02ca11afd2
1
2
3
4
5
6
7
8
9
10
11
12
13
config BR2_PACKAGE_ROSPACK
    bool "rospack for ros"
    depends on BR2_PACKAGE_HOST_CATKIN
    depends on BR2_PACKAGE_TINYXML
    select BR2_PACKAGE_CMAKE_MODULES
    select BR2_PACKAGE_BOOST_FILESYSTEM
    select BR2_PACKAGE_BOOST_PROGRAM_OPTIONS
    help
        rospack is a command-line program which provides many of the
        services of the *NIX pkg-config tool. It is used to find
        packages among the "forest" of code in a typical ROS
        distribution, calculate dependencies, mangle Makefiles, and in
        general promote peace and harmony in a ROS distribution