summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-driver/xf86-video-mga_1.6.5.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2018-01-17 15:45:40 +0800
committerCalifornia Sullivan <california.l.sullivan@intel.com>2018-01-17 11:36:26 -0800
commit7bf03f7612834142355189c46ccdb4b309acc58a (patch)
tree08d5b4a006dba12eb2b751eda56b5947af25fb56 /recipes-graphics/xorg-driver/xf86-video-mga_1.6.5.bb
parent3845413cfb3f91a5b2c30e6ce82274c66ce8eebd (diff)
downloadmeta-intel-7bf03f7612834142355189c46ccdb4b309acc58a.tar.gz
xf86-video-mga: remove recipe from meta-intel
This driver was added for a platform that is no longer supported. This recipe is also maintained in meta-oe in case it's required outside of meta-intel. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Diffstat (limited to 'recipes-graphics/xorg-driver/xf86-video-mga_1.6.5.bb')
-rw-r--r--recipes-graphics/xorg-driver/xf86-video-mga_1.6.5.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes-graphics/xorg-driver/xf86-video-mga_1.6.5.bb b/recipes-graphics/xorg-driver/xf86-video-mga_1.6.5.bb
deleted file mode 100644
index d30936b6..00000000
--- a/recipes-graphics/xorg-driver/xf86-video-mga_1.6.5.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1require recipes-graphics/xorg-driver/xorg-driver-video.inc
2
3SUMMARY = "X.Org X server -- Matrox MGA display driver"
4
5DESCRIPTION = "mga is an Xorg driver for Matrox video cards"
6
7LIC_FILES_CHKSUM = "file://COPYING;md5=bc1395d2cd32dfc5d6c57d2d8f83d3fc"
8
9SRC_URI += "file://checkfile.patch"
10
11DEPENDS += "virtual/libx11 libpciaccess"
12
13PR = "r1"
14
15COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)'
16
17SRC_URI[md5sum] = "3ee2549247e01de3e7bce52c27483118"
18SRC_URI[sha256sum] = "b663cd8e6364f7c4e2637b9fcab9861d0e3971518c73b00d213f6545a1289422"
19
20PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri', '', d)}"
21PACKAGECONFIG[dri] = "--enable-dri,--disable-dri,drm xf86driproto,xserver-xorg-extension-dri"
22
23RDEPENDS_${PN} = "xserver-xorg-module-exa"