diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-02-26 21:48:15 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-26 21:55:24 +0100 |
| commit | d1284c502234d67b67d334ee0a0ee84bd1cdc89e (patch) | |
| tree | 54bdfc9fdae863dcda698a0f84f836f684249e98 /package/cegui06 | |
| parent | 29e583388fcc7f8c2171319061a1c860bb58c832 (diff) | |
| download | buildroot-d1284c502234d67b67d334ee0a0ee84bd1cdc89e.tar.gz buildroot-d1284c502234d67b67d334ee0a0ee84bd1cdc89e.zip | |
cegui06: need dynamic library support
Fixes:
http://autobuild.buildroot.org/results/caf/caf421629f4465cd347dc40af0b559c4d9b0c09f/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/cegui06')
| -rw-r--r-- | package/cegui06/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/cegui06/Config.in b/package/cegui06/Config.in index 92bbb70b81..f03e4884b4 100644 --- a/package/cegui06/Config.in +++ b/package/cegui06/Config.in @@ -1,10 +1,11 @@ -comment "cegui06 needs a toolchain w/ C++, threads" - depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP +comment "cegui06 needs a toolchain w/ C++, threads, dynamic library" + depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP || BR2_PREFER_STATIC_LIB config BR2_PACKAGE_CEGUI06 bool "cegui06" depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_INSTALL_LIBSTDCPP + depends on !BR2_PREFER_STATIC_LIB select BR2_PACKAGE_EXPAT select BR2_PACKAGE_FREETYPE select BR2_PACKAGE_PCRE |

