lunar: add opencv3 override

This commit is contained in:
Ben Wolsieffer 2019-04-09 22:35:27 -04:00
parent a7d774f5fc
commit 1689b48129
2 changed files with 5 additions and 1 deletions

View file

@ -85,7 +85,7 @@ rosSelf: rosSuper: {
]; ];
}); });
# ROS kinetic and older provide their own OpenCV 3 package, because older # ROS lunar and older provide their own OpenCV 3 package, because older
# Ubuntu versions did not have one. We don't need to use this. # Ubuntu versions did not have one. We don't need to use this.
inherit (self) opencv3; inherit (self) opencv3;

View file

@ -20,4 +20,8 @@ rosSelf: rosSuper: {
}) })
]; ];
}); });
# ROS lunar and older provide their own OpenCV 3 package, because older
# Ubuntu versions did not have one. We don't need to use this.
inherit (self) opencv3;
} }