diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2012-07-27 12:53:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-29 10:16:15 +0100 |
commit | 9e1c7a81a345ce41c26be531ea9132de1f096ffc (patch) | |
tree | 86a7c99251862cc3f58a9288eb54ee61b810a80f /meta/recipes-graphics | |
parent | b9546138e3f6c54d4919b981034a59f14fe5e227 (diff) | |
download | poky-9e1c7a81a345ce41c26be531ea9132de1f096ffc.tar.gz |
libdrm: libdrm does not depend on xcb any more
(From OE-Core rev: ed49240504e6ebbe294ba3b7c20c13308bb2768e)
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/drm/libdrm.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/drm/libdrm.inc b/meta/recipes-graphics/drm/libdrm.inc index 8a2c760297..e9ca2f9231 100644 --- a/meta/recipes-graphics/drm/libdrm.inc +++ b/meta/recipes-graphics/drm/libdrm.inc | |||
@@ -8,9 +8,9 @@ SECTION = "x11/base" | |||
8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
9 | SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2" | 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" |
12 | 12 | ||
13 | INC_PR = "r1" | 13 | INC_PR = "r2" |
14 | 14 | ||
15 | #libpciaccess is required starting from libdrm 2.4.26 | 15 | #libpciaccess is required starting from libdrm 2.4.26 |
16 | DEPENDS += " libpciaccess" | 16 | DEPENDS += " libpciaccess" |