summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.99.912.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-12-31 14:54:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-07 23:35:02 +0000
commit593ad5752c4f4f0c16cee6eef442c7399c3adc36 (patch)
tree697b7efe24c471449e1370dea400c79717e352cf /meta/recipes-graphics/xorg-driver/xf86-video-intel_2.99.912.bb
parent86d1a86e122d028dd1b185ad5f7b1475bee40db6 (diff)
downloadpoky-593ad5752c4f4f0c16cee6eef442c7399c3adc36.tar.gz
xf86-video-intel: upgrade to 2.99.917
Remove backported patch that is present in this release. (From OE-Core rev: 026de2fd671f2442809cf3ce11da74f1c7c574a6) (From OE-Core rev: 4b07c105270f80e75ed8f54af8ec71a120fdcdb9) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-driver/xf86-video-intel_2.99.912.bb')
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-video-intel_2.99.912.bb39
1 files changed, 0 insertions, 39 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.99.912.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.99.912.bb
deleted file mode 100644
index a10cd9e278..0000000000
--- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.99.912.bb
+++ /dev/null
@@ -1,39 +0,0 @@
1require xorg-driver-video.inc
2
3SUMMARY = "X.Org X server -- Intel integrated graphics chipsets driver"
4
5DESCRIPTION = "intel is an Xorg driver for Intel integrated graphics \
6chipsets. The driver supports depths 8, 15, 16 and 24. On some chipsets, \
7the driver supports hardware accelerated 3D via the Direct Rendering \
8Infrastructure (DRI)."
9
10LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e"
11
12SRC_URI += "file://configure-dri.patch \
13 file://disable-x11-dri3.patch \
14 file://always_include_xorg_server.h.patch \
15 "
16
17SRC_URI[md5sum] = "88d1a884f9b7bd07bf0755cfa34052d4"
18SRC_URI[sha256sum] = "7c8ffc492d59f34cac64093deb70717b4d9223cf416ecc6fa016ab2e8bde9501"
19
20DEPENDS += "virtual/libx11 drm libpciaccess pixman"
21
22PACKAGECONFIG ??= "sna udev ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri dri1 dri2', '', d)}"
23
24PACKAGECONFIG[dri] = "--enable-dri,--disable-dri"
25PACKAGECONFIG[dri1] = "--enable-dri1,--disable-dri1,xf86driproto"
26PACKAGECONFIG[dri2] = "--enable-dri2,--disable-dri2,dri2proto"
27PACKAGECONFIG[dri3] = "--enable-dri3,--disable-dri3,dri3proto"
28PACKAGECONFIG[sna] = "--enable-sna,--disable-sna"
29PACKAGECONFIG[uxa] = "--enable-uxa,--disable-uxa"
30PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev"
31PACKAGECONFIG[xvmc] = "--enable-xvmc,--disable-xvmc,libxvmc"
32PACKAGECONFIG[tools] = "--enable-tools,--disable-tools,libxinerama libxrandr libxdamage libxfixes libxcursor libxtst libxext libxrender"
33
34# --enable-kms-only option is required by ROOTLESS_X
35EXTRA_OECONF += '${@base_conditional( "ROOTLESS_X", "1", " --enable-kms-only", "", d )}'
36
37COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
38
39FILES_${PN} += "${datadir}/polkit-1"