Skip to content

Commit

Permalink
(#24036) libva: add version 2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored May 20, 2024
1 parent 07ce6e8 commit 7d482a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/libva/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"2.21.0":
url: "https://github.com/intel/libva/archive/refs/tags/2.21.0.tar.gz"
sha256: "f7c3fffef3f04eb146e036dad2587d852bfb70e4926d014bf437244915ef7425"
"2.20.0":
url: "https://github.com/intel/libva/archive/refs/tags/2.20.0.tar.gz"
sha256: "117f8d658a5fc9ea406ca80a3eb4ae1d70b15a54807c9ed77199c812bed73b60"
Expand Down
1 change: 1 addition & 0 deletions recipes/libva/all/test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
class TestPackageConan(ConanFile):
settings = "os", "compiler", "build_type", "arch"
generators = "CMakeToolchain", "CMakeDeps", "VirtualBuildEnv", "VirtualRunEnv"
test_type = "explicit"

def requirements(self):
self.requires(self.tested_reference_str)
Expand Down
2 changes: 2 additions & 0 deletions recipes/libva/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
versions:
"2.21.0":
folder: all
"2.20.0":
folder: all

0 comments on commit 7d482a5

Please sign in to comment.