mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
DRI2 is disabled by default though since running with metacity-clutter seems to cause a lock up. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5484 311d38ba-8fff-0310-9ca6-ca027cbcb966
25 lines
826 B
BlitzBasic
25 lines
826 B
BlitzBasic
require xf86-video-common.inc
|
|
|
|
DESCRIPTION = "X.Org X server -- Intel i8xx, i9xx display driver"
|
|
DEPENDS += "virtual/libx11 libxvmc drm dri2proto glproto \
|
|
virtual/libgl xineramaproto libpciaccess"
|
|
PROVIDES = "xf86-video-intel"
|
|
|
|
PE = "1"
|
|
PR = "r0"
|
|
PV = "1.5.0+git${SRCREV}"
|
|
|
|
SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel;protocol=git;branch=dri2 \
|
|
file://002_avoid_duplicate_SaveHWState.patch;patch=1 \
|
|
file://004_reduce_driver_boottime.patch;patch=1 \
|
|
file://005_disable_sdvo_TV_port_restoreHW.patch;patch=1 \
|
|
file://006_disable_check_lvds_panelpower_status.patch;patch=1 \
|
|
file://007_disable_tiling_and_enable_UXA.patch;patch=1"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
COMPATIBLE_HOST = '(i.86.*-linux)'
|
|
|
|
EXTRA_OECONF = "--enable-dri --disable-static"
|
|
|