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:52:53 +0000 |
commit | 6c0c3dae3ec69c811ff8cd18a634fc4832a2d29f (patch) | |
tree | 794ebbb2087419b2379de1ab33ecfd462b6ce6d1 /meta/recipes-graphics/xorg-driver | |
parent | 3a92104e1f7061296c293ac261e336e17934f8c7 (diff) | |
download | openembedded-core-6c0c3dae3ec69c811ff8cd18a634fc4832a2d29f.tar.gz openembedded-core-6c0c3dae3ec69c811ff8cd18a634fc4832a2d29f.tar.bz2 openembedded-core-6c0c3dae3ec69c811ff8cd18a634fc4832a2d29f.zip |
xf86-video-intel: add explicit dependency on udev
Otherwise configure will auto-detect, and not be reliable.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-driver')
-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" PR = "${INC_PR}.0" DEPENDS += "virtual/libx11 drm xf86driproto glproto \ - virtual/libgl xineramaproto xf86driproto libpciaccess" + virtual/libgl xineramaproto xf86driproto libpciaccess udev" PACKAGECONFIG ??= "" 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 \ Infrastructure (DRI)." DEPENDS += "virtual/libx11 drm dri2proto glproto \ - virtual/libgl xineramaproto libpciaccess" + virtual/libgl xineramaproto libpciaccess udev" SRCREV = "87ea531c5dc5b39809395b277c330854aaaaf019" PV = "2.10.0+git${SRCPV}" |