Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libsdl: Fix ${PN}-bin handling for .exe files | Nathan Rossi | 2017-04-06 | 1 | -0/+2 |
| | | | | | | | | For mingw it is convention to have DLLs in bindir. To avoid grouping anything other that .exe files into the ${PN}-bin package, override it so that only '*.exe' files are shipped. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> | ||||
* | libsdl: Windows specific PACKAGECONFIG | Nathan Rossi | 2017-04-06 | 1 | -0/+7 |
Add a PACKAGECONFIG for 'stdio-redirect'. This configure option enables/disables the Windows only option for redirecting the stdout/stderr to files instead of to the console. Add the 'directx' PACKAGECONFIG to configure whether to build with DirectX support. By default this is enabled (when targeting mingw32/windows) however this requires the DirectX libraries in order to include and link against. Disable X11 support when building for the nativesdk mingw32. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> |