summaryrefslogtreecommitdiff
diff options
-rw-r--r--snapcraft.yaml11
1 files changed, 4 insertions, 7 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 0a0693a..47fcf8d 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -324,12 +324,12 @@ parts:
ln -s /usr/bin/xdg-open xdg-email
gmmlib:
- source: https://github.com/intel/gmmlib/archive/refs/tags/intel-gmmlib-22.2.0.tar.gz
+ source: https://github.com/intel/gmmlib/archive/refs/tags/intel-gmmlib-22.1.3.tar.gz
plugin: cmake
cmake-parameters:
- -DCMAKE_BUILD_TYPE=Release
- -DCMAKE_INSTALL_PREFIX=/usr
- - -DRUN_TEST_SUITE=OFF
+ - -DRUN_TEST_SUITE=ON
override-stage: |
set -ex
snapcraftctl stage
@@ -339,9 +339,8 @@ parts:
prime:
- usr/**/*.so*
-
libva:
- source: https://github.com/intel/libva/archive/refs/tags/2.15.0.tar.gz
+ source: https://github.com/intel/libva/archive/refs/tags/2.14.0.tar.gz
plugin: meson # Because autotools makes a mess of this.
meson-parameters:
- --prefix /usr
@@ -354,10 +353,8 @@ parts:
- libgl1-mesa-glx
- libwayland-dev
-
-
va-drivers:
- source: https://github.com/intel/media-driver/archive/refs/tags/intel-media-22.4.4.tar.gz
+ source: https://github.com/intel/media-driver/archive/refs/tags/intel-media-22.4.3.tar.gz
after: [gmmlib, libva]
plugin: cmake
cmake-parameters: