mirror of
https://github.com/X11Libre/xf86-input-void.git
synced 2026-04-14 10:54:20 +00:00
Various input drivers set their InputDriverRec to be static when doing a
loadable build, and the same symbol can't be both static and _X_EXPORT.
Pointed out by Alan Coopersmith.
This commit is contained in:
@@ -303,9 +303,6 @@ xf86VoidInit(InputDriverPtr drv,
|
||||
return (pInfo);
|
||||
}
|
||||
|
||||
#ifdef XFree86LOADER
|
||||
static
|
||||
#endif
|
||||
_X_EXPORT InputDriverRec VOID = {
|
||||
1, /* driver version */
|
||||
"void", /* driver name */
|
||||
|
||||
Reference in New Issue
Block a user