diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2013-09-05 17:30:51 +0000 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@linux.intel.com> | 2013-09-06 16:50:48 -0500 |
| commit | c5bce5dcaedc570c5220632c65dcf00773e0fd6b (patch) | |
| tree | 69f8552c7fb61eca695c056fe806d9c86f09c8e6 /common | |
| parent | 0bd0aad82f95823897da97b2eff90b72f0d6e5f8 (diff) | |
| download | meta-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')
| -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 @@ | |||
| 1 | require xorg-driver-video.inc | ||
| 2 | |||
| 3 | SUMMARY = "X.Org X server -- Intel integrated graphics chipsets driver" | ||
| 4 | |||
| 5 | DESCRIPTION = "intel is an Xorg driver for Intel integrated graphics \ | ||
| 6 | chipsets. The driver supports depths 8, 15, 16 and 24. On some chipsets, \ | ||
| 7 | the driver supports hardware accelerated 3D via the Direct Rendering \ | ||
| 8 | Infrastructure (DRI)." | ||
| 9 | |||
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e" | ||
| 11 | |||
| 12 | PR = "${INC_PR}.0" | ||
| 13 | |||
| 14 | DEPENDS += "virtual/libx11 drm xf86driproto glproto \ | ||
| 15 | virtual/libgl xineramaproto xf86driproto libpciaccess" | ||
| 16 | |||
| 17 | PACKAGECONFIG ??= "" | ||
| 18 | PACKAGECONFIG[sna] = "--enable-sna,--disable-sna" | ||
| 19 | PACKAGECONFIG[xvmc] = "--enable-xvmc,--disable-xvmc,libxvmc" | ||
| 20 | |||
| 21 | # --enable-kms-only option is required by ROOTLESS_X | ||
| 22 | EXTRA_OECONF += '${@base_conditional( "ROOTLESS_X", "1", " --enable-kms-only", "", d )}' | ||
| 23 | |||
| 24 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | ||
| 25 | |||
| 26 | SRC_URI[md5sum] = "070bb866b05a16366bd9bb844c9b91aa" | ||
| 27 | SRC_URI[sha256sum] = "21949297220ceda32bba430f778c6409002079dc717c7190dbd1062ab4a56783" | ||
