Mercurial > fife-parpg
changeset 262:17eba3872550
Fix for buildscripts, so linux mint will detect Xcursor. Thanks to chewie for patch
author | cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Tue, 09 Jun 2009 13:31:59 +0000 |
parents | 4fa875d06e28 |
children | 10e0687a4cec |
files | build/linux2-config-dist.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/build/linux2-config-dist.py Tue Jun 09 01:09:05 2009 +0000 +++ b/build/linux2-config-dist.py Tue Jun 09 13:31:59 2009 +0000 @@ -24,7 +24,7 @@ context.checkSimpleLib(['boost_filesystem', 'boost_filesystem-gcc', 'boost_filesystem-gcc41', 'boost_filesystem-mt']) context.checkSimpleLib(['boost_regex', 'boost_regex-gcc', 'boost_regex-gcc41', 'boost_regex-mt']) context.checkSimpleLib(['png'], 'png.h'); - context.checkSimpleLib(['xcursor']); + context.checkSimpleLib(['xcursor', 'Xcursor']); if context.env['opengl']: # linking explicitly against libstdc++ to work around Segfault_in_cxa_allocate_exception issue: http://wiki.fifengine.de/Segfault_in_cxa_allocate_exception