We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7635ca9 commit c5bf123Copy full SHA for c5bf123
debian/rules
@@ -48,7 +48,8 @@ override_dh_shlibdeps:
48
# in the install tree that was dropped by catkin, and source it. It will
49
# set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.
50
if [ -f "/opt/ros/melodic/setup.sh" ]; then . "/opt/ros/melodic/setup.sh"; fi && \
51
- dh_shlibdeps -l$(CURDIR)/debian/ros-melodic-am-utils//opt/ros/melodic/lib/
+ # ignore dependency checking since opencv4 comes with Nvidia NX
52
+ dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info -l$(CURDIR)/debian/ros-melodic-am-utils//opt/ros/melodic/lib/
53
54
override_dh_auto_install:
55
# In case we're installing to a non-standard location, look for a setup.sh
0 commit comments