This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Description: Use system/packaged glew libary | |
| Also, this fixed a bug revealed by the newer glew libary: SDL_GL_* should only | |
| be called after the window created. Also, SDL_GL_MakeCurrent seems necessary. | |
| Author: Tobias Frost <tobi@debian.org> | |
| Forwarded: no | |
| Last-Update: 2014-10-19 | |
| --- | |
| This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ | |
| --- a/neo/CMakeLists.txt | |
| +++ b/neo/CMakeLists.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Description: Use system/packaged libjpeg | |
| Author: Tobias Frost <tobi@debian.org> | |
| Forwarded: no | |
| Last-Update: 2014-10-18 | |
| --- | |
| This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ | |
| --- a/neo/CMakeLists.txt | |
| +++ b/neo/CMakeLists.txt | |
| @@ -202,6 +202,22 @@ | |
| set(PNG_LIBRARY "" ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Description: Use system/packaged libpng | |
| Author: Tobias Frost <tobi@debian.org> | |
| Forwarded: no | |
| Last-Update: 2014-10-18 | |
| --- | |
| This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ | |
| --- a/neo/CMakeLists.txt | |
| +++ b/neo/CMakeLists.txt | |
| @@ -191,6 +191,17 @@ | |
| set(ZLIB_LIBRARY "" ) |
NewerOlder