initial commit to fix mivisionx build for 5.6 (#40579)
This commit is contained in:
parent
d9edc92119
commit
3e47f3f05c
@ -182,7 +182,7 @@ def patch(self):
|
|||||||
|
|
||||||
depends_on("cmake@3.5:", type="build")
|
depends_on("cmake@3.5:", type="build")
|
||||||
depends_on("ffmpeg@:4", type="build", when="@:5.3")
|
depends_on("ffmpeg@:4", type="build", when="@:5.3")
|
||||||
depends_on("ffmpeg@4.4:", type="build", when="@5.4:")
|
depends_on("ffmpeg@4.4", type="build", when="@5.4:")
|
||||||
depends_on("protobuf@:3", type="build")
|
depends_on("protobuf@:3", type="build")
|
||||||
depends_on(
|
depends_on(
|
||||||
"opencv@:3.4"
|
"opencv@:3.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user