mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
7a80810b4b
commit
3ace8b418c
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e"
|
|||||||
PR = "${INC_PR}.0"
|
PR = "${INC_PR}.0"
|
||||||
|
|
||||||
DEPENDS += "virtual/libx11 drm xf86driproto glproto \
|
DEPENDS += "virtual/libx11 drm xf86driproto glproto \
|
||||||
virtual/libgl xineramaproto xf86driproto libpciaccess"
|
virtual/libgl xineramaproto xf86driproto libpciaccess udev"
|
||||||
|
|
||||||
PACKAGECONFIG ??= ""
|
PACKAGECONFIG ??= ""
|
||||||
PACKAGECONFIG[sna] = "--enable-sna,--disable-sna"
|
PACKAGECONFIG[sna] = "--enable-sna,--disable-sna"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ the driver supports hardware accelerated 3D via the Direct Rendering \
|
|||||||
Infrastructure (DRI)."
|
Infrastructure (DRI)."
|
||||||
|
|
||||||
DEPENDS += "virtual/libx11 drm dri2proto glproto \
|
DEPENDS += "virtual/libx11 drm dri2proto glproto \
|
||||||
virtual/libgl xineramaproto libpciaccess"
|
virtual/libgl xineramaproto libpciaccess udev"
|
||||||
|
|
||||||
SRCREV = "87ea531c5dc5b39809395b277c330854aaaaf019"
|
SRCREV = "87ea531c5dc5b39809395b277c330854aaaaf019"
|
||||||
PV = "2.10.0+git${SRCPV}"
|
PV = "2.10.0+git${SRCPV}"
|
||||||
|
|||||||
Reference in New Issue
Block a user