diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-08-26 21:11:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-26 22:02:02 +0200 |
commit | 70b46f65dbbe9770a1774dd6ac7b025341823996 (patch) | |
tree | f099fb8f7cb38a94b2265ae0456adf98038b873b /media-libs/opencv | |
parent | sys-devel/clang: Disable extra tests w/o static-anal (diff) | |
download | gentoo-70b46f65dbbe9770a1774dd6ac7b025341823996.tar.gz gentoo-70b46f65dbbe9770a1774dd6ac7b025341823996.tar.bz2 gentoo-70b46f65dbbe9770a1774dd6ac7b025341823996.zip |
media-libs/opencv: Fix header wrapping for [contrib_cvv]
Diffstat (limited to 'media-libs/opencv')
-rw-r--r-- | media-libs/opencv/opencv-3.2.0-r3.ebuild | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/media-libs/opencv/opencv-3.2.0-r3.ebuild b/media-libs/opencv/opencv-3.2.0-r3.ebuild index cd80fac68b7c..88d6e19eb55f 100644 --- a/media-libs/opencv/opencv-3.2.0-r3.ebuild +++ b/media-libs/opencv/opencv-3.2.0-r3.ebuild @@ -98,6 +98,15 @@ DEPEND="${RDEPEND} MULTILIB_WRAPPED_HEADERS=( /usr/include/opencv2/cvconfig.h /usr/include/opencv2/opencv_modules.hpp + # [contrib_cvv] + /usr/include/opencv2/cvv.hpp + /usr/include/opencv2/cvv/call_meta_data.hpp + /usr/include/opencv2/cvv/cvv.hpp + /usr/include/opencv2/cvv/debug_mode.hpp + /usr/include/opencv2/cvv/dmatch.hpp + /usr/include/opencv2/cvv/filter.hpp + /usr/include/opencv2/cvv/final_show.hpp + /usr/include/opencv2/cvv/show_image.hpp # [vtk] /usr/include/opencv2/viz.hpp /usr/include/opencv2/viz/types.hpp |