diff options
author | Ross Burton <ross.burton@intel.com> | 2013-03-08 10:47:56 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-15 01:53:03 +0000 |
commit | 3ace8b418c28bdd2d1e630fbcfea7f730f274c62 (patch) | |
tree | 196c5a3a1f1cf4bb6bb34dc81440dcaa19983799 | |
parent | 7a80810b4bb63a1c28054c1e9e90e8d9ba3e58a3 (diff) | |
download | poky-3ace8b418c28bdd2d1e630fbcfea7f730f274c62.tar.gz |
xf86-video-intel: add explicit dependency on udev
Otherwise configure will auto-detect, and not be reliable.
(From OE-Core rev: 6c0c3dae3ec69c811ff8cd18a634fc4832a2d29f)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.0.bb index 157e0f3edf..32253f6a17 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.0.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e" | |||
12 | PR = "${INC_PR}.0" | 12 | PR = "${INC_PR}.0" |
13 | 13 | ||
14 | DEPENDS += "virtual/libx11 drm xf86driproto glproto \ | 14 | DEPENDS += "virtual/libx11 drm xf86driproto glproto \ |
15 | virtual/libgl xineramaproto xf86driproto libpciaccess" | 15 | virtual/libgl xineramaproto xf86driproto libpciaccess udev" |
16 | 16 | ||
17 | PACKAGECONFIG ??= "" | 17 | PACKAGECONFIG ??= "" |
18 | PACKAGECONFIG[sna] = "--enable-sna,--disable-sna" | 18 | PACKAGECONFIG[sna] = "--enable-sna,--disable-sna" |
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb index 83a24ce588..cb48fc2557 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb | |||
@@ -8,7 +8,7 @@ the driver supports hardware accelerated 3D via the Direct Rendering \ | |||
8 | Infrastructure (DRI)." | 8 | Infrastructure (DRI)." |
9 | 9 | ||
10 | DEPENDS += "virtual/libx11 drm dri2proto glproto \ | 10 | DEPENDS += "virtual/libx11 drm dri2proto glproto \ |
11 | virtual/libgl xineramaproto libpciaccess" | 11 | virtual/libgl xineramaproto libpciaccess udev" |
12 | 12 | ||
13 | SRCREV = "87ea531c5dc5b39809395b277c330854aaaaf019" | 13 | SRCREV = "87ea531c5dc5b39809395b277c330854aaaaf019" |
14 | PV = "2.10.0+git${SRCPV}" | 14 | PV = "2.10.0+git${SRCPV}" |