openvino: fix build by providing ocl-icd for libOpenCL.so.1
This commit is contained in:
parent
402ae9be2a
commit
807a4c7b82
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
# runtime
|
# runtime
|
||||||
, libusb1
|
, libusb1
|
||||||
, libxml2
|
, libxml2
|
||||||
|
, ocl-icd
|
||||||
, opencv
|
, opencv
|
||||||
, protobuf
|
, protobuf
|
||||||
, pugixml
|
, pugixml
|
||||||
|
@ -134,6 +135,7 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libusb1
|
libusb1
|
||||||
libxml2
|
libxml2
|
||||||
|
ocl-icd
|
||||||
opencv.cxxdev
|
opencv.cxxdev
|
||||||
protobuf
|
protobuf
|
||||||
pugixml
|
pugixml
|
||||||
|
|
Loading…
Reference in a new issue