diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-09-11 16:02:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-09-11 16:31:16 +0200 |
commit | 2f0e1b275057b87166fb1f11a3849ee2a4c14f75 (patch) | |
tree | dfeeca6240b4f92bf54db98b6caa90b554d5ab16 /media-libs | |
parent | profiles: mask app-editors/qwriter for removal (diff) | |
download | gentoo-2f0e1b275057b87166fb1f11a3849ee2a4c14f75.tar.gz gentoo-2f0e1b275057b87166fb1f11a3849ee2a4c14f75.tar.bz2 gentoo-2f0e1b275057b87166fb1f11a3849ee2a4c14f75.zip |
media-libs/opencv: Backport multilib header fixes to 3.1.0-r8
Closes: https://bugs.gentoo.org/630604
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/opencv/opencv-3.1.0-r8.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/media-libs/opencv/opencv-3.1.0-r8.ebuild b/media-libs/opencv/opencv-3.1.0-r8.ebuild index 490b97bce352..58487f70f7b1 100644 --- a/media-libs/opencv/opencv-3.1.0-r8.ebuild +++ b/media-libs/opencv/opencv-3.1.0-r8.ebuild @@ -104,6 +104,23 @@ 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 + /usr/include/opencv2/viz/viz3d.hpp + /usr/include/opencv2/viz/vizcore.hpp + /usr/include/opencv2/viz/widget_accessor.hpp + /usr/include/opencv2/viz/widgets.hpp ) PATCHES=( |