mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 19:37:10 +00:00
61018fda65
in this case, those non poky distro can also use these recipe normally (From OE-Core rev: 0a57bd226cdb8332707fa0f46fcf0b067f03701a) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
24 lines
758 B
BlitzBasic
24 lines
758 B
BlitzBasic
require xf86-video-common.inc
|
|
|
|
SUMMARY = "X.Org X server -- Intel integrated graphics chipsets driver"
|
|
|
|
DESCRIPTION = "intel is an Xorg driver for Intel integrated graphics \
|
|
chipsets. The driver supports depths 8, 15, 16 and 24. On some chipsets, \
|
|
the driver supports hardware accelerated 3D via the Direct Rendering \
|
|
Infrastructure (DRI)."
|
|
|
|
DEPENDS += "virtual/libx11 libxvmc drm dri2proto glproto \
|
|
virtual/libgl xineramaproto libpciaccess"
|
|
|
|
SRCREV = "87ea531c5dc5b39809395b277c330854aaaaf019"
|
|
PV = "2.10.0+git${SRCPV}"
|
|
PR = "r0"
|
|
|
|
EXTRA_OECONF += "--disable-xvmc --enable-dri --disable-static"
|
|
|
|
SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel;protocol=git"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
|