diff options
author | Yu Ke <ke.yu@intel.com> | 2011-06-29 15:52:13 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-04 12:45:32 +0100 |
commit | e2830aa23e1f3d610468689f522da068c6f708ac (patch) | |
tree | ec682d79710812d1e507046a7954763e30ead4e6 /meta/recipes-graphics/drm/libdrm.inc | |
parent | c4d062c1d2fde8a0d2e0cf34dada42b540916543 (diff) | |
download | poky-e2830aa23e1f3d610468689f522da068c6f708ac.tar.gz |
libdrm: upgrade to 2.4.26
(From OE-Core rev: 4855794c2c329bcd1b1642caf43cb48616d5e95d)
Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/drm/libdrm.inc')
-rw-r--r-- | meta/recipes-graphics/drm/libdrm.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/drm/libdrm.inc b/meta/recipes-graphics/drm/libdrm.inc index a66afad803..1ad9dc3c57 100644 --- a/meta/recipes-graphics/drm/libdrm.inc +++ b/meta/recipes-graphics/drm/libdrm.inc | |||
@@ -10,6 +10,9 @@ SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2" | |||
10 | PROVIDES = "drm" | 10 | PROVIDES = "drm" |
11 | DEPENDS = "libpthread-stubs udev cairo virtual/libx11" | 11 | DEPENDS = "libpthread-stubs udev cairo virtual/libx11" |
12 | 12 | ||
13 | #libpciaccess is required starting from libdrm 2.4.26 | ||
14 | DEPENDS += " libpciaccess" | ||
15 | |||
13 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
14 | 17 | ||
15 | PACKAGES =+ "libdrm-tests" | 18 | PACKAGES =+ "libdrm-tests" |