mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 02:23:51 +02:00
parent
1959d73394
commit
d49e07694a
1 changed files with 20 additions and 0 deletions
20
srcpkgs/xf86-video-fbdev/patches/cross.patch
Normal file
20
srcpkgs/xf86-video-fbdev/patches/cross.patch
Normal file
|
@ -0,0 +1,20 @@
|
|||
This macro cannot be normally defined in cross.
|
||||
|
||||
--- src/fbdev.c 2019-04-30 17:41:01.660203681 +0200
|
||||
+++ src/fbdev.c 2019-04-30 17:41:07.756263574 +0200
|
||||
@@ -1010,7 +1010,6 @@
|
||||
fPtr->CloseScreen = pScreen->CloseScreen;
|
||||
pScreen->CloseScreen = FBDevCloseScreen;
|
||||
|
||||
-#if XV
|
||||
{
|
||||
XF86VideoAdaptorPtr *ptr;
|
||||
|
||||
@@ -1019,7 +1018,6 @@
|
||||
xf86XVScreenInit(pScreen,ptr,n);
|
||||
}
|
||||
}
|
||||
-#endif
|
||||
|
||||
TRACE_EXIT("FBDevScreenInit");
|
||||
|
Loading…
Add table
Reference in a new issue