Skip to content

Instantly share code, notes, and snippets.

View coldtobi's full-sized avatar

Tobias Frost coldtobi

  • Germany
View GitHub Profile
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
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 "" )
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 "" )