Mercurial > fife-parpg
comparison build/linux2-config.py @ 427:68aa65e5bd9c
another fix to the build system, the current way we check for lib dependencies do not handle lowercase vs. uppercase name differences correctly when using pkg-config. The only lib dependency that currently has this is Xcursor, so i removed the lowercase version so that "Xcursor" will be the only one that is searched for.
author | vtchill@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sat, 20 Feb 2010 21:41:43 +0000 |
parents | 81641655bc38 |
children | b5e7e14004a4 |
comparison
equal
deleted
inserted
replaced
426:a79084d8167c | 427:68aa65e5bd9c |
---|---|
74 ('guichan', 'guichan.hpp'), | 74 ('guichan', 'guichan.hpp'), |
75 ('guichan_sdl', ''), | 75 ('guichan_sdl', ''), |
76 (('boost_filesystem', 'boost_filesystem-gcc', 'boost_filesystem-gcc41', 'boost_filesystem-mt'), 'boost/filesystem.hpp'), | 76 (('boost_filesystem', 'boost_filesystem-gcc', 'boost_filesystem-gcc41', 'boost_filesystem-mt'), 'boost/filesystem.hpp'), |
77 (('boost_regex', 'boost_regex-gcc', 'boost_regex-gcc41', 'boost_regex-mt'), 'boost/regex.hpp'), | 77 (('boost_regex', 'boost_regex-gcc', 'boost_regex-gcc41', 'boost_regex-mt'), 'boost/regex.hpp'), |
78 ('png', 'png.h'), | 78 ('png', 'png.h'), |
79 (('xcursor', 'Xcursor'), '')] | 79 ('Xcursor', '')] |
80 | 80 |
81 if (opengl): | 81 if (opengl): |
82 libs.append(('guichan_opengl', '')) | 82 libs.append(('guichan_opengl', '')) |
83 | 83 |
84 return libs | 84 return libs |