Module Name: xsrc
Committed By: rin
Date: Thu Jul 7 13:51:06 UTC 2022
Modified Files:
xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c
Log Message:
For xorg-server 1.10, do not require shadowUpdateAfb8() as
a runtime dependency.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 \
xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c
diff -u xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c:1.41 xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c:1.42
--- xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c:1.41 Thu Jul 7 12:56:01 2022
+++ xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c Thu Jul 7 13:51:06 2022
@@ -213,7 +213,9 @@ static const char *shadowSymbols[] = {
"shadowUpdatePackedWeak",
"shadowUpdateRotatePacked",
"shadowUpdateRotatePackedWeak",
+#if XORG_VERSION_CURRENT >= (1) * 10000000 + (20) * 100000
"shadowUpdateAfb8",
+#endif
NULL
};