diff options
author | 2013-09-05 17:30:51 +0000 | |
---|---|---|
committer | 2013-09-06 16:50:48 -0500 | |
commit | c5bce5dcaedc570c5220632c65dcf00773e0fd6b (patch) | |
tree | 69f8552c7fb61eca695c056fe806d9c86f09c8e6 | |
parent | 0bd0aad82f95823897da97b2eff90b72f0d6e5f8 (diff) | |
download | meta-intel-c5bce5dcaedc570c5220632c65dcf00773e0fd6b.tar.gz meta-intel-c5bce5dcaedc570c5220632c65dcf00773e0fd6b.tar.bz2 meta-intel-c5bce5dcaedc570c5220632c65dcf00773e0fd6b.zip |
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>
-rw-r--r-- | common/recipes-graphics/xorg-driver/xf86-video-intel_2.20.0.bb | 27 |
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 @@ -require xorg-driver-video.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)." - -LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e" - -PR = "${INC_PR}.0" - -DEPENDS += "virtual/libx11 drm xf86driproto glproto \ - virtual/libgl xineramaproto xf86driproto libpciaccess" - -PACKAGECONFIG ??= "" -PACKAGECONFIG[sna] = "--enable-sna,--disable-sna" -PACKAGECONFIG[xvmc] = "--enable-xvmc,--disable-xvmc,libxvmc" - -# --enable-kms-only option is required by ROOTLESS_X -EXTRA_OECONF += '${@base_conditional( "ROOTLESS_X", "1", " --enable-kms-only", "", d )}' - -COMPATIBLE_HOST = '(i.86|x86_64).*-linux' - -SRC_URI[md5sum] = "070bb866b05a16366bd9bb844c9b91aa" -SRC_URI[sha256sum] = "21949297220ceda32bba430f778c6409002079dc717c7190dbd1062ab4a56783" |