diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-10-01 11:50:25 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-10-01 11:50:25 +0300 |
commit | 150098c70c9084092033134bdfb9444550c569ab (patch) | |
tree | d7cc3cd10b89f78fffae578e6164be0721dfb84f /debian/control | |
parent | 3842d176b0ef96f17be3c22d3ee7450816cea3a8 (diff) | |
download | opencv-master.tar.gz |
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 12db5c4..a8db76d 100644 --- a/debian/control +++ b/debian/control @@ -583,8 +583,8 @@ Depends: ${misc:Depends}, libpng-dev, libtiff-dev, libopenexr-dev (>= 1.4.0), - libraw1394-dev [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386], - libdc1394-22-dev [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386] + libraw1394-dev [linux-any], + libdc1394-22-dev [linux-any] Description: development files for libopencv-highgui This package contains the header files and static library needed to compile applications that use OpenCV (Open Computer Vision) High-level GUI and |