summaryrefslogtreecommitdiffstats
path: root/common/recipes-graphics
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2013-09-05 17:30:51 +0000
committerTom Zanussi <tom.zanussi@linux.intel.com>2013-09-06 16:50:48 -0500
commitc5bce5dcaedc570c5220632c65dcf00773e0fd6b (patch)
tree69f8552c7fb61eca695c056fe806d9c86f09c8e6 /common/recipes-graphics
parent0bd0aad82f95823897da97b2eff90b72f0d6e5f8 (diff)
downloadmeta-intel-c5bce5dcaedc570c5220632c65dcf00773e0fd6b.tar.gz
xf86-video-intel: remove from meta-intel
A newer version of this recipe is in oecore. And this version is not used anymore. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'common/recipes-graphics')
-rw-r--r--common/recipes-graphics/xorg-driver/xf86-video-intel_2.20.0.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/common/recipes-graphics/xorg-driver/xf86-video-intel_2.20.0.bb b/common/recipes-graphics/xorg-driver/xf86-video-intel_2.20.0.bb
deleted file mode 100644
index 6cfca03a..00000000
--- a/common/recipes-graphics/xorg-driver/xf86-video-intel_2.20.0.bb
+++ /dev/null
@@ -1,27 +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
12PR = "${INC_PR}.0"
13
14DEPENDS += "virtual/libx11 drm xf86driproto glproto \
15 virtual/libgl xineramaproto xf86driproto libpciaccess"
16
17PACKAGECONFIG ??= ""
18PACKAGECONFIG[sna] = "--enable-sna,--disable-sna"
19PACKAGECONFIG[xvmc] = "--enable-xvmc,--disable-xvmc,libxvmc"
20
21# --enable-kms-only option is required by ROOTLESS_X
22EXTRA_OECONF += '${@base_conditional( "ROOTLESS_X", "1", " --enable-kms-only", "", d )}'
23
24COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
25
26SRC_URI[md5sum] = "070bb866b05a16366bd9bb844c9b91aa"
27SRC_URI[sha256sum] = "21949297220ceda32bba430f778c6409002079dc717c7190dbd1062ab4a56783"