From b2feaf0d542047b28abaf946bf7ad6fcdcaf6784 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Mon, 26 Jan 2015 22:41:15 -0800 Subject: xf86-video-intel 2.21.15: remove it It doesn't work: | checking whether to include DRI1 support... no | configure: error: DRI1 requested but prerequisites not found And there is a xf86-video-intel_2.99.917.bb which is MIT-X. Signed-off-by: Robert Yang --- ...Map-changes-of-DamageUnregister-API-in-1..patch | 29 ------------- .../xf86-video-intel/disable-dri2-tests.patch | 50 ---------------------- 2 files changed, 79 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-intel/compat-api-Map-changes-of-DamageUnregister-API-in-1..patch delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-intel/disable-dri2-tests.patch (limited to 'meta/recipes-graphics/xorg-driver/xf86-video-intel') diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel/compat-api-Map-changes-of-DamageUnregister-API-in-1..patch b/meta/recipes-graphics/xorg-driver/xf86-video-intel/compat-api-Map-changes-of-DamageUnregister-API-in-1..patch deleted file mode 100644 index 3a42d1377c..0000000000 --- a/meta/recipes-graphics/xorg-driver/xf86-video-intel/compat-api-Map-changes-of-DamageUnregister-API-in-1..patch +++ /dev/null @@ -1,29 +0,0 @@ -Upstream-Status: Backport - -From 524a45da56e2a052ffafa3887891caa90ba39f76 Mon Sep 17 00:00:00 2001 -From: Chris Wilson -Date: Sat, 5 Oct 2013 18:42:24 +0100 -Subject: [PATCH] compat-api: Map changes of DamageUnregister API in 1.14.99.2 - -Reported-by: Emmanuel Benisty -Signed-off-by: Chris Wilson ---- - src/compat-api.h | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/src/compat-api.h b/src/compat-api.h -index 8eb46ef..244a486 100644 ---- a/src/compat-api.h -+++ b/src/compat-api.h -@@ -162,4 +162,8 @@ static inline void FreePixmap(PixmapPtr pixmap) - if ((d)->pScreen->SourceValidate) (d)->pScreen->SourceValidate(d, x, y, w, h) - #endif - -+#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(1,14,99,2,0) -+#define DamageUnregister(d, dd) DamageUnregister(dd) -+#endif -+ - #endif --- -1.7.9.5 - diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel/disable-dri2-tests.patch b/meta/recipes-graphics/xorg-driver/xf86-video-intel/disable-dri2-tests.patch deleted file mode 100644 index 9e93ca875c..0000000000 --- a/meta/recipes-graphics/xorg-driver/xf86-video-intel/disable-dri2-tests.patch +++ /dev/null @@ -1,50 +0,0 @@ -Upstream-Status: Submitted -Signed-off-by: Ross Burton - -From ec91cfe7e5efdd5e1b1fbb85eea8f07b50e24c4b Mon Sep 17 00:00:00 2001 -From: Ross Burton -Date: Wed, 11 Sep 2013 21:12:37 +0100 -Subject: [PATCH] test: only build DRI2 tests if DRI2 is enabled - -Signed-off-by: Ross Burton ---- - test/Makefile.am | 10 ++++++++++ - 1 file changed, 10 insertions(+) - -diff --git a/test/Makefile.am b/test/Makefile.am -index f51967b..18528a9 100644 ---- a/test/Makefile.am -+++ b/test/Makefile.am -@@ -16,9 +16,14 @@ stress_TESTS = \ - render-copyarea-size \ - render-copy-alphaless \ - mixed-stress \ -+ $(NULL) -+ -+if DRI2 -+stress_TESTS += \ - dri2-swap \ - dri2-race \ - $(NULL) -+endif - - check_PROGRAMS = $(stress_TESTS) - -@@ -34,9 +39,14 @@ libtest_la_SOURCES = \ - test_image.c \ - test_log.c \ - test_render.c \ -+ $(NULL) -+ -+if DRI2 -+libtest_la_SOURCES += \ - dri2.c \ - dri2.h \ - $(NULL) -+endif - - vsync.avi: mkvsync.sh - ./mkvsync.sh $@ --- -1.7.10.4 - -- cgit 1.2.3-korg