12 Commits

Author SHA1 Message Date
loonycyborg
a52cc353df scons: Fix blowing up with OS_ENV=true
If PKG_CONFIG_PATH was unset it was effectively trying to set this
os.environ variable to None which os.environ doesn't allow.
2015-04-07 15:42:34 +03:00
Chris Beck
8e2191efd9 Revert "scons: don't ignore PKG_CONFIG_LIBDIR environment variable"
This reverts commit 9f93831a2397d45560a9f1e36a40aac38d4affc3.
2014-11-02 01:43:14 -04:00
Chris Beck
9f93831a23 scons: don't ignore PKG_CONFIG_LIBDIR environment variable
This is an attempt to fixup our scons pkg-config code, following
issue raised here:

https://github.com/Homebrew/homebrew-games/pull/165#issuecomment-61391362
2014-11-01 22:35:15 -04:00
Sergey Popov
01de0050e6 Added some diagnostic output to lua and pkg-config checks.
(written to build/config.log)
2009-03-27 13:48:45 +00:00
Sergey Popov
f19234e833 Silence pkg-config errors. 2009-03-27 12:26:19 +00:00
Sergey Popov
e723064d2c Use " instead of ' to quote package names when invoking pkg-config.
Since ' breaks on windows.
2009-03-25 15:06:14 +00:00
Sergey Popov
36b0a414be Refactoring. 2009-03-22 22:31:40 +00:00
Sergey Popov
738ddee7b9 Made pkgconfig check add '' around package's name
to relieve check's caller from this responsibility.
2009-03-22 19:53:11 +00:00
Sergey Popov
4e0c596e4d Forward PKG_CONFIG_PATH since env.ParseConfig...
...does no longer runs pkg-config with access to environment.
2008-10-14 10:17:26 +00:00
Alexander van Gessel
9f314cd978 Fix some executable properties. 2008-09-30 15:07:09 +01:00
Alexander van Gessel
0063d92356 Adjust a lot of svn properties. 2008-09-30 14:06:26 +01:00
Sergey Popov
c2380fba37 Added a general purpose pkg-config check and used it to check for fontconfig. 2008-09-03 16:53:44 +00:00