diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-10-19 17:10:59 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-10-20 11:51:57 +0200 |
commit | 3b80c67d37b12a652718b88cbb45dbfc00389029 (patch) | |
tree | 4c4c4473096ecc7e933a5bc9e87778d88ebf5219 /dev-ros/image_proc/image_proc-9999.ebuild | |
parent | dev-ros/compressed_depth_image_transport: only pull needed ocv components (diff) | |
download | gentoo-3b80c67d37b12a652718b88cbb45dbfc00389029.tar.gz gentoo-3b80c67d37b12a652718b88cbb45dbfc00389029.tar.bz2 gentoo-3b80c67d37b12a652718b88cbb45dbfc00389029.zip |
dev-ros/image_proc: only link to required ocv components
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/image_proc/image_proc-9999.ebuild')
-rw-r--r-- | dev-ros/image_proc/image_proc-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ros/image_proc/image_proc-9999.ebuild b/dev-ros/image_proc/image_proc-9999.ebuild index e38214ace5bb..ee3903c63127 100644 --- a/dev-ros/image_proc/image_proc-9999.ebuild +++ b/dev-ros/image_proc/image_proc-9999.ebuild @@ -33,3 +33,4 @@ DEPEND="${RDEPEND} dev-ros/camera_calibration_parsers ) " +PATCHES=( "${FILESDIR}/ocv_leak.patch" ) |