mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
xf86-intel-video: Drop now unneeded dri2 version
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
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"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
PE = "1"
|
||||
PR = "r2"
|
||||
PV = "2.4.97.0+git${SRCREV}"
|
||||
|
||||
FILESPATH = "${FILE_DIRNAME}/xf86-video-intel"
|
||||
|
||||
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"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
COMPATIBLE_HOST = '(i.86.*-linux)'
|
||||
|
||||
EXTRA_OECONF = "--enable-dri --disable-static"
|
||||
|
||||
Reference in New Issue
Block a user