mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
xf86-video-mga: upgrade 1.6.4 -> 1.6.5
Upgrade xf86-video-mga version to 1.6.5. Adapt block/wakeupHandler signature for ABI 23 patch has been removed as the change already available from Upstream 1.6.5. Signed-off-by: sweeaun <swee.aun.khor@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
2edb60c5f2
commit
92ce2459bc
|
@ -1,36 +0,0 @@
|
|||
From 99b316e80a883372aaa61ee610d98fb53e6a52d4 Mon Sep 17 00:00:00 2001
|
||||
From: Jussi Kukkonen <jussi.kukkonen@intel.com>
|
||||
Date: Wed, 16 Nov 2016 12:03:03 +0200
|
||||
Subject: [PATCH] Adapt Block/WakeupHandler signature for ABI 23
|
||||
|
||||
Add backport to fix build with new xserver-xorg.
|
||||
|
||||
Upstream-Status: Backport [df094bfffe]
|
||||
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
|
||||
|
||||
Original author: Adam Jackson <ajax@redhat.com>
|
||||
---
|
||||
src/compat-api.h | 5 +++++
|
||||
1 file changed, 5 insertions(+)
|
||||
|
||||
diff --git a/src/compat-api.h b/src/compat-api.h
|
||||
index 6bc946f..89976e4 100644
|
||||
--- a/src/compat-api.h
|
||||
+++ b/src/compat-api.h
|
||||
@@ -75,8 +75,13 @@
|
||||
|
||||
#define SCREEN_INIT_ARGS_DECL ScreenPtr pScreen, int argc, char **argv
|
||||
|
||||
+#if ABI_VIDEODRV_VERSION >= SET_ABI_VERSION(23, 0)
|
||||
+#define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout
|
||||
+#define BLOCKHANDLER_ARGS arg, pTimeout
|
||||
+#else
|
||||
#define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout, pointer pReadmask
|
||||
#define BLOCKHANDLER_ARGS arg, pTimeout, pReadmask
|
||||
+#endif
|
||||
|
||||
#define CLOSE_SCREEN_ARGS_DECL ScreenPtr pScreen
|
||||
#define CLOSE_SCREEN_ARGS pScreen
|
||||
--
|
||||
2.1.4
|
||||
|
|
@ -6,9 +6,7 @@ DESCRIPTION = "mga is an Xorg driver for Matrox video cards"
|
|||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=bc1395d2cd32dfc5d6c57d2d8f83d3fc"
|
||||
|
||||
SRC_URI += "file://checkfile.patch \
|
||||
file://0001-Adapt-Block-WakeupHandler-signature-for-ABI-23.patch \
|
||||
"
|
||||
SRC_URI += "file://checkfile.patch"
|
||||
|
||||
DEPENDS += "virtual/libx11 libpciaccess"
|
||||
|
||||
|
@ -16,8 +14,8 @@ PR = "r1"
|
|||
|
||||
COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)'
|
||||
|
||||
SRC_URI[md5sum] = "cd3db8370caa3e607614ea4e74d4c350"
|
||||
SRC_URI[sha256sum] = "48c6690b6751c76f53de64f8dbeaa9d6c62dbcfe890c768fd87167951247d44f"
|
||||
SRC_URI[md5sum] = "3ee2549247e01de3e7bce52c27483118"
|
||||
SRC_URI[sha256sum] = "b663cd8e6364f7c4e2637b9fcab9861d0e3971518c73b00d213f6545a1289422"
|
||||
|
||||
PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri', '', d)}"
|
||||
PACKAGECONFIG[dri] = "--enable-dri,--disable-dri,drm xf86driproto,xserver-xorg-extension-dri"
|
Loading…
Reference in New Issue
Block a user