Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 4f7329a1 | 2014-06-05 11:04:07 | Don't link directly against OpenGL.framework on Mac OS X. We dlopen() it as appropriate already. | ||
| 660a57f9 | 2014-05-13 19:42:40 | Fixes #2541, build failure with Wayland enabled, OpenGL ES disabled Also includes an attempt at fixing building SDL on Ubuntu 13.10, which hopefully won't break 14.04 | ||
| 2a7aa9bd | 2014-05-06 00:13:07 | Fix build on Windows targets without dxgi.h, like MingW32. | ||
| fd2d26eb | 2014-05-05 22:36:47 | Show android video or android audio if detected in autotools summary. | ||
| ae2a50fc | 2014-04-21 12:42:25 | Revert MIR_CFLAGS to SDL_CFLAGS. Use forward declaration for the real fix. (We shouldn't expose mir headers!) | ||
| 2c784e36 | 2014-04-19 16:33:42 | Set the tag type in libtool invocations Setting the tag type will let libtool work even when it cannot infer the type of the code being built. One way libtool may fail to infer the tag type is if one uses a mock compiler (such as for static analysis). | ||
| fc9491dd | 2014-04-17 14:02:21 | Add DIRECTFB_CFLAGS to SDL_CFLAGS so its cflags will get added to the sdl2.pc | ||
| ece3143d | 2014-04-17 13:58:39 | Add MIR_CFLAGS to SDL_CFLAGS so these cflags are added to the sdl2.pc file. | ||
| 3dcb451f | 2014-04-09 21:29:19 | Added a README file regarding WinRT support To note, this file is currently formatted with CRLF line endings, rather than LF, to allow the file to be viewed with Notepad. | ||
| 9eccde51 | 2014-04-06 00:30:48 | Enable building of Android libraries using a standalone NDK |