Sergey Popov
|
857f238fbd
|
Don't use pkg-config's --atleast-version arg when checking for pango
It doesn't seem to work with some versions of pkg-config, e.g. the one
found on Ubuntu 10.04
|
2013-02-16 14:30:22 +00:00 |
|
Sergey Popov
|
61997d771c
|
Added version check for pango to scons
|
2013-02-16 12:09:50 +00:00 |
|
Alexander van Gessel
|
3ae335c5fe
|
Merge branch 'bzip2'
|
2012-10-08 15:30:56 +01:00 |
|
Alexander van Gessel
|
c772a63de7
|
typo
|
2012-09-16 21:56:06 +01:00 |
|
Sergey Popov
|
fe6e89b563
|
Fix install if the binary has a suffix due to build=debug etc.
|
2012-05-01 16:19:51 +00:00 |
|
Sergey Popov
|
6ab1b1c5ab
|
scons: made boost autodetection look for lib files in prefix/lib64 too
This will make it unnecessary to pass boost_suffix=-mt on 64-bit Fedora
|
2012-02-24 09:41:00 +00:00 |
|
Timotei Dolean
|
35c7faa5d5
|
Add /opt and /opt/local to the scons prefixes list
|
2012-02-07 15:49:47 +00:00 |
|
Mark de Wever
|
6c6bf6e3a2
|
Added the NativeClient port code.
Thanks to Evgeniy Stepanov for providing the patch.
|
2011-12-17 16:37:19 +00:00 |
|
Sergey Popov
|
e0093253bb
|
Made msgfmt no longer perform a troublesome check.
|
2011-03-20 15:18:57 +00:00 |
|
Sergey Popov
|
b10560cc58
|
Made config check for boost.thread add -pthread to compile and link flags.
This should fix asio check failing with undefined references to libpthread
on some systems.
|
2011-02-26 20:50:50 +00:00 |
|
Sergey Popov
|
74463ee619
|
Remove the install part of tinygui option
|
2011-02-15 13:30:14 +00:00 |
|
Sergey Popov
|
5805befe7a
|
Made string.Template module optional,
...it's required only for 'windows-installer' scons target.
|
2010-03-28 21:02:55 +00:00 |
|
Sergey Popov
|
7c7b8684a2
|
Prevent pkg-config from using native packages during cross-compile.
|
2009-07-11 14:06:53 +00:00 |
|
Sergey Popov
|
cf831db47b
|
Fixed lua check
The test program was missing #include <lauxlib.h> but
used luaL_newstate() which is defined in it.
|
2009-06-23 00:53:35 +00:00 |
|
Sergey Popov
|
640e5aff7c
|
Fixed a mistake in autodetection of versioned installation boost.
|
2009-06-09 13:25:40 +00:00 |
|
Iurii Chernyi
|
af320fc046
|
Improved lua detection to work on FreeBSD7...
...(which uses lua-5.1.pc) Now scons can compile trunk on FreeBSD7
without any os-specific patches.
|
2009-04-25 15:47:25 +00:00 |
|
Sergey Popov
|
6afce6a362
|
scons wasn't installing locales and translations...
...if those dirs didn't exist at SConscript parse time. Fixed.
|
2009-04-17 16:08:05 +00: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
|
b2829b1a1a
|
Added support for finding lua without pkg-config.
|
2009-03-27 12:26:14 +00:00 |
|
Sergey Popov
|
c42a66d370
|
Prevent lua check from adding flags to env when it fails.
|
2009-03-26 20:23:30 +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
|
758d64adf5
|
Clarified message in lua check.
|
2009-03-24 14:05:11 +00:00 |
|
Sergey Popov
|
e94dcecf17
|
Added a custom check for lua.
|
2009-03-23 01:26:52 +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
|
45e1f336a1
|
Use env.AddMethod to add custom methods.
|
2009-03-20 20:49:23 +00:00 |
|
Sergey Popov
|
31b4593e56
|
Fixed installation of translations.
Made localedirname option actually affect the directory where
translations are installed.
|
2009-01-11 13:15:27 +00:00 |
|
Sergey Popov
|
15e0575116
|
Rewritten InstallFiltered builder.
Made it have semantics similar to env.InstallAs and operate only on
directories.
|
2009-01-11 13:15:16 +00:00 |
|
Sergey Popov
|
f89f6d9bdd
|
Fixed "scons install" with gui=tiny.
|
2009-01-11 01:12:58 +00:00 |
|
Sergey Popov
|
13a9d22cc3
|
Implemented a custom check for gettext's libintl.
|
2008-11-14 12:10:49 +00:00 |
|
Sergey Popov
|
9721409c98
|
Added env.InstallBinary wrapper method and made use of it.
|
2008-11-02 18:10:48 +00:00 |
|
Sergey Popov
|
1e0cdc6cd4
|
Committed Shadow_Master's fix for failure of boost::test check with boost 1.33
|
2008-11-01 21:52:17 +00:00 |
|
Sergey Popov
|
50e7c63d04
|
Really fixed install with scons 0.96.93
|
2008-10-17 08:26:53 +00:00 |
|
Sergey Popov
|
74413860e0
|
Fixed install with scons 0.96.93
|
2008-10-16 22:55:24 +00:00 |
|
Sergey Popov
|
647d3e71e0
|
Fixed breakage with scons 0.96.93
|
2008-10-16 22:37:34 +00:00 |
|
Sergey Popov
|
b087aec475
|
Converted remaining installation productions to use InstallData.
|
2008-10-16 21:58:53 +00:00 |
|
Sergey Popov
|
d241bb6e38
|
Made use of InstallData when installing manpages.
|
2008-10-16 18:45:52 +00:00 |
|
Sergey Popov
|
0b542118a8
|
Added InstallData wrapper method and used it to install icons...
...and desktop entry.
|
2008-10-16 17:48:05 +00:00 |
|
Sergey Popov
|
bda080bd63
|
Made boost autodetection look for boost in /sw, /sw/local and C:\Boost.
|
2008-10-15 10:00:27 +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
|
dbb0f1de86
|
Added config check for gzip support in boost iostreams.
|
2008-09-26 12:42:09 +00:00 |
|
Sergey Popov
|
976f4a9fe0
|
revert 2008-09-04T08:05:33Z!loonycyborg@gmail.com...
...and use different way of ensuring that gettext tool is affected by PATH.
|
2008-09-04 19:44:06 +00: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 |
|
Sergey Popov
|
e27d2291b4
|
Added a NSIS script template and scons target to generate script from it.
The template is very WIP.
|
2008-09-03 08:23:44 +00:00 |
|
Sergey Popov
|
a059f780d7
|
Added support for using windows GTK SDKs during cross-compile...
...targeting win32 to pango check.
|
2008-08-19 22:01:21 +00:00 |
|
Pauli Nieminen
|
e50d11af06
|
Added boost asio and smart_ptr library checking to scons
|
2008-08-12 20:01:52 +00:00 |
|
Sergey Popov
|
14105448f3
|
Made scons use WhereIs to find distcc.
|
2008-07-25 20:09:16 +00:00 |
|