diff options
| -rw-r--r-- | recipes-multimedia/libva/intel-vaapi-driver_2.4.0.bb (renamed from recipes-multimedia/libva/intel-vaapi-driver_2.3.0.bb) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-multimedia/libva/intel-vaapi-driver_2.3.0.bb b/recipes-multimedia/libva/intel-vaapi-driver_2.4.0.bb index 8a34c0d2..86b5e999 100644 --- a/recipes-multimedia/libva/intel-vaapi-driver_2.3.0.bb +++ b/recipes-multimedia/libva/intel-vaapi-driver_2.4.0.bb | |||
| @@ -14,19 +14,19 @@ COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | |||
| 14 | DEPENDS = "libva libdrm" | 14 | DEPENDS = "libva libdrm" |
| 15 | 15 | ||
| 16 | SRC_URI = "https://github.com/intel/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.bz2" | 16 | SRC_URI = "https://github.com/intel/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.bz2" |
| 17 | SRC_URI[md5sum] = "9d835d1a3f7a9ef394f0f4c348cd4b3e" | 17 | SRC_URI[md5sum] = "731dd9aaf9f5ef1b9c906ce82ef0220b" |
| 18 | SRC_URI[sha256sum] = "5c2e5deab024a0a6ae81dfe77ef455542a88d824eda7bfd07684337407ecdfe3" | 18 | SRC_URI[sha256sum] = "71e2ddd985af6b221389db1018c4e8ca27a7f939fb51dcdf49d0efcb5ff3d089" |
| 19 | 19 | ||
| 20 | UPSTREAM_CHECK_URI = "https://github.com/intel/intel-vaapi-driver/releases" | 20 | UPSTREAM_CHECK_URI = "https://github.com/intel/intel-vaapi-driver/releases" |
| 21 | 21 | ||
| 22 | inherit autotools pkgconfig features_check | 22 | inherit meson pkgconfig features_check |
| 23 | 23 | ||
| 24 | REQUIRED_DISTRO_FEATURES = "opengl" | 24 | REQUIRED_DISTRO_FEATURES = "opengl" |
| 25 | 25 | ||
| 26 | PACKAGECONFIG ??= "${@bb.utils.contains("DISTRO_FEATURES", "x11", "x11", "", d)} \ | 26 | PACKAGECONFIG ??= "${@bb.utils.contains("DISTRO_FEATURES", "x11", "x11", "", d)} \ |
| 27 | ${@bb.utils.contains("DISTRO_FEATURES", "opengl wayland", "wayland", "", d)}" | 27 | ${@bb.utils.contains("DISTRO_FEATURES", "opengl wayland", "wayland", "", d)}" |
| 28 | PACKAGECONFIG[x11] = "--enable-x11,--disable-x11" | 28 | PACKAGECONFIG[x11] = "-Dwith_x11=yes, -Dwith_x11=false" |
| 29 | PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland wayland-native virtual/egl" | 29 | PACKAGECONFIG[wayland] = "-Dwith_wayland=yes, -Dwith_wayland=false, wayland wayland-native virtual/egl" |
| 30 | 30 | ||
| 31 | FILES_${PN} += "${libdir}/dri/*.so" | 31 | FILES_${PN} += "${libdir}/dri/*.so" |
| 32 | FILES_${PN}-dev += "${libdir}/dri/*.la" | 32 | FILES_${PN}-dev += "${libdir}/dri/*.la" |
