Package: trigger-rally / 0.6.0-1

Metadata

Package Version Patches format
trigger-rally 0.6.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10_system_glew.patch | (download)

autogen.sh | 1 1 + 0 - 0 !
configure.ac | 6 6 + 0 - 0 !
src/Jamfile | 5 4 + 1 - 0 !
src/pengine/Jamfile | 6 4 + 2 - 0 !
src/pengine/pengine.h | 4 4 + 0 - 0 !
5 files changed, 19 insertions(+), 3 deletions(-)

 trigger-rally ships an internal copy of glew. this patch forces
 trigger to use the system glew library.
 .
 It's not clean enough yet to be committed upstream, I'll work on this.
20_system_tinyxml.patch | (download)

configure.ac | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 trigger-rally ships an internal copy of tinyxml
 This patch enables trigger to use the system tinxml library.
 .
 It's not clean enough yet to be committed upstream.