/libopencv_videostab.so needed on Jetson TK1

I am trying to catkin_make, and I come across this error:

make[2]: *** No rule to make target /usr/lib/libopencv_videostab.so', needed by /home/ubuntu/enterprise_ws/devel/lib/mst_colorstat/ColorStat’. Stop.
make[1]: *** [mst_colorstat/CMakeFiles/ColorStat.dir/all] Error 2
make: *** [all] Error 2
Invoking “make” failed

where enterprise_ws is my workspace and mst_colorstat is one of our packages. Would this be because the temporary fix for opencv and ros doesn’t include this package yet? Any help would be appreciated. Thanks!

Welp, I just deleted the packages that required opencv, and now I can catkin_make. I guess for now just wait until opencv with ros on the Jetson becomes a permanent fix.

Welp, I just deleted the packages that required opencv, and now I can catkin_make. I guess for now just wait until opencv with ros on the Jetson becomes a permanent fix.