summaryrefslogtreecommitdiff
path: root/package/libfreeimage
diff options
context:
space:
mode:
authorBrendan Heading <brendanheading@gmail.com>2015-07-29 11:46:26 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-29 13:01:51 +0200
commit5f893d08181e348202e56307885c22f4e9c62ec4 (patch)
tree427d2af9d5110361136bf69bdfaaa75960471851 /package/libfreeimage
parent948a1d40009ea62c2f0c851186539c491c93c1ea (diff)
packages/libfreeimage: requires wchar
Fixes http://autobuild.buildroot.net/results/6e9/6e9f2bf02e0a165826e9fab194d6bad7901051a9/ Signed-off-by: Brendan Heading <brendanheading@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libfreeimage')
-rw-r--r--package/libfreeimage/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/libfreeimage/Config.in b/package/libfreeimage/Config.in
index 04fb27873..4b462cb63 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