summaryrefslogtreecommitdiffstats
path: root/common/recipes-multimedia/libva/libva-intel-driver_1.2.2.bb
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2014-03-07 16:23:14 +0200
committerTom Zanussi <tom.zanussi@intel.com>2014-03-10 16:48:58 -0500
commitaead7295e4798d770b3577fb86a5675501599af5 (patch)
tree774788b4767e4441954f9af35309090a31a0be1b /common/recipes-multimedia/libva/libva-intel-driver_1.2.2.bb
parent22d1c5bd85635060833134a0b1dedd876566792a (diff)
downloadmeta-intel-aead7295e4798d770b3577fb86a5675501599af5.tar.gz
libva-intel-driver: upgrade to 1.2.2
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'common/recipes-multimedia/libva/libva-intel-driver_1.2.2.bb')
-rw-r--r--common/recipes-multimedia/libva/libva-intel-driver_1.2.2.bb31
1 files changed, 31 insertions, 0 deletions
diff --git a/common/recipes-multimedia/libva/libva-intel-driver_1.2.2.bb b/common/recipes-multimedia/libva/libva-intel-driver_1.2.2.bb
new file mode 100644
index 00000000..4d56ed8e
--- /dev/null
+++ b/common/recipes-multimedia/libva/libva-intel-driver_1.2.2.bb
@@ -0,0 +1,31 @@
1SUMMARY = "VA driver for Intel G45 & HD Graphics family"
2DESCRIPTION = "libva-driver-intel is the VA-API implementation \
3for Intel G45 chipsets and Intel HD Graphics for Intel Core \
4processor family."
5
6HOMEPAGE = "http://www.freedesktop.org/wiki/Software/vaapi"
7BUGTRACKER = "https://bugs.freedesktop.org"
8
9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
11
12COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
13
14DEPENDS = "libva libdrm"
15
16SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/${BPN}/${BPN}-${PV}.tar.bz2"
17SRC_URI += "file://wayland-include.patch"
18
19SRC_URI[md5sum] = "c07e0a05f7a9a5fbc61b09788a58f2d7"
20SRC_URI[sha256sum] = "19c474782877ec52d5a83e10d4770b65c57cfe9ebd98a7ea43ae5bead04b7044"
21
22inherit autotools pkgconfig
23
24PACKAGECONFIG ??= "${@base_contains("DISTRO_FEATURES", "x11", "x11", "", d)} \
25 ${@base_contains("DISTRO_FEATURES", "opengl wayland", "wayland", "", d)}"
26PACKAGECONFIG[x11] = "--enable-x11,--disable-x11"
27PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland virtual/egl"
28
29FILES_${PN} += "${libdir}/dri/*.so"
30FILES_${PN}-dev += "${libdir}/dri/*.la"
31FILES_${PN}-dbg += "${libdir}/dri/.debug"