diff options
Diffstat (limited to 'common/recipes-multimedia/libva/libva-intel-driver_1.6.1.bb')
-rw-r--r-- | common/recipes-multimedia/libva/libva-intel-driver_1.6.1.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/common/recipes-multimedia/libva/libva-intel-driver_1.6.1.bb b/common/recipes-multimedia/libva/libva-intel-driver_1.6.1.bb new file mode 100644 index 00000000..6bfaecc8 --- /dev/null +++ b/common/recipes-multimedia/libva/libva-intel-driver_1.6.1.bb | |||
@@ -0,0 +1,30 @@ | |||
1 | SUMMARY = "VA driver for Intel G45 & HD Graphics family" | ||
2 | DESCRIPTION = "libva-driver-intel is the VA-API implementation \ | ||
3 | for Intel G45 chipsets and Intel HD Graphics for Intel Core \ | ||
4 | processor family." | ||
5 | |||
6 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/vaapi" | ||
7 | BUGTRACKER = "https://bugs.freedesktop.org" | ||
8 | |||
9 | LICENSE = "MIT" | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f" | ||
11 | |||
12 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | ||
13 | |||
14 | DEPENDS = "libva libdrm" | ||
15 | |||
16 | SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/${BPN}/${BPN}-${PV}.tar.bz2" | ||
17 | |||
18 | SRC_URI[md5sum] = "ed1b04c1a3c029ad389b7e23822a2762" | ||
19 | SRC_URI[sha256sum] = "3656e99c5ecbe8fe179478306da157dca997a61bb1b453715f52881edfa156db" | ||
20 | |||
21 | inherit autotools pkgconfig | ||
22 | |||
23 | PACKAGECONFIG ??= "${@base_contains("DISTRO_FEATURES", "x11", "x11", "", d)} \ | ||
24 | ${@base_contains("DISTRO_FEATURES", "opengl wayland", "wayland", "", d)}" | ||
25 | PACKAGECONFIG[x11] = "--enable-x11,--disable-x11" | ||
26 | PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland virtual/egl" | ||
27 | |||
28 | FILES_${PN} += "${libdir}/dri/*.so" | ||
29 | FILES_${PN}-dev += "${libdir}/dri/*.la" | ||
30 | FILES_${PN}-dbg += "${libdir}/dri/.debug" | ||