|
10 | 10 | {$ENDIF} |
11 | 11 | {$IFEND} |
12 | 12 |
|
| 13 | +(* |
| 14 | + * Disabled because FPC does not ship a DirectFB unit. |
| 15 | + * If you have some working DirectDB bindings, feel welcome to enable this and check if it breaks anything. |
| 16 | + *) |
| 17 | +{$UNDEFINE SDL_VIDEO_DRIVER_DIRECTFB} |
| 18 | + |
13 | 19 | {$IFDEF DARWIN} |
14 | 20 | {$DEFINE SDL_VIDEO_DRIVER_COCOA} |
15 | 21 | {$ENDIF} |
16 | 22 |
|
| 23 | +(* |
| 24 | + * Disabled because it's a Mac-specific video driver and we have no means of testing it. |
| 25 | + * If you own a Mac, feel welcome to enable this and check if it actually compiles and doesn't break anything. |
| 26 | + *) |
| 27 | +{$UNDEFINE SDL_VIDEO_DRIVER_UIKIT} |
| 28 | + |
| 29 | +(* |
| 30 | + * Disabled because FPC does not ship a Wayland unit. |
| 31 | + * If you have some working Wayland bindings, feel welcome to enable this, |
| 32 | + * check if it actually compiles and doesn't break anything. |
| 33 | + *) |
| 34 | +{$UNDEFINE SDL_VIDEO_DRIVER_WAYLAND} |
| 35 | + |
| 36 | +(* |
| 37 | + * Disabled because FPC does not ship a Mir unit. |
| 38 | + * Also, support for Mir has been removed in SDL 2.0.10. |
| 39 | + *) |
| 40 | +{$UNDEFINE SDL_VIDEO_DRIVER_MIR} |
| 41 | + |
| 42 | +(* |
| 43 | + * Disabled because FPC does not support WinRT. |
| 44 | + *) |
| 45 | +{$UNDEFINE SDL_VIDEO_DRIVER_WINRT} |
| 46 | + |
17 | 47 | {$IFDEF ANDROID} |
18 | 48 | {$DEFINE SDL_VIDEO_DRIVER_ANDROID} |
19 | 49 | {$ENDIF} |
20 | 50 |
|
21 | | -{$IFDEF VIVANTE} |
22 | | - {$DEFINE SDL_VIDEO_DRIVER_VIVANTE} |
23 | | -{$ENDIF} |
| 51 | +(* |
| 52 | + * Disabled because this is an embedded platform and we have no means of testing this. |
| 53 | + * If you're actually working with Vivante, feel welcome to enable this |
| 54 | + * and check if it compiles and works properly. |
| 55 | + *) |
| 56 | +{$UNDEFINE SDL_VIDEO_DRIVER_VIVANTE} |
24 | 57 |
|
25 | 58 | {$IFDEF OS2} |
26 | 59 | {$DEFINE SDL_VIDEO_DRIVER_OS2} |
|
0 commit comments