diff mbox

[1/1] packages/libfreeimage: requires wchar

Message ID 1438166786-19653-1-git-send-email-brendanheading@gmail.com
State Accepted
Headers show

Commit Message

Brendan Heading July 29, 2015, 10:46 a.m. UTC
Fixes http://autobuild.buildroot.net/results/6e9/6e9f2bf02e0a165826e9fab194d6bad7901051a9/

Signed-off-by: Brendan Heading <brendanheading@gmail.com>
---
 package/libfreeimage/Config.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni July 29, 2015, 11:02 a.m. UTC | #1
Dear Brendan Heading,

On Wed, 29 Jul 2015 11:46:26 +0100, Brendan Heading wrote:
> Fixes http://autobuild.buildroot.net/results/6e9/6e9f2bf02e0a165826e9fab194d6bad7901051a9/
> 
> Signed-off-by: Brendan Heading <brendanheading@gmail.com>
> ---
>  package/libfreeimage/Config.in | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Applied, thanks.

Thomas
diff mbox

Patch

diff --git a/package/libfreeimage/Config.in b/package/libfreeimage/Config.in
index 04fb278..4b462cb 100644
--- a/package/libfreeimage/Config.in
+++ b/package/libfreeimage/Config.in
@@ -2,6 +2,7 @@  config BR2_PACKAGE_LIBFREEIMAGE
 	bool "libfreeimage"
 	depends on BR2_INSTALL_LIBSTDCPP
 	depends on !BR2_STATIC_LIBS
+	depends on BR2_USE_WCHAR
 	# compiler issue: "Error: invalid register number `63'"
 	depends on !BR2_arc
 	# Numerous build issues
@@ -14,7 +15,7 @@  config BR2_PACKAGE_LIBFREEIMAGE
 
 	  http://freeimage.sourceforge.net
 
-comment "libfreeimage needs a toolchain w/ C++, dynamic library"
+comment "libfreeimage needs a toolchain w/ C++, dynamic library, wchar"
 	depends on !BR2_arc
 	depends on !BR2_bfin
-	depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP
+	depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR