diff options
| author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-05 21:50:24 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-15 22:05:30 +0200 |
| commit | 7a03caaa1364e661df1f3249379d3ce8bf2f4fac (patch) | |
| tree | 70383d70832986300ab23f9433836639dae8f0df /package/ncurses | |
| parent | 32ab0ff5a9caec7f2a91cbcb36383e6d0687c972 (diff) | |
| download | buildroot-7a03caaa1364e661df1f3249379d3ce8bf2f4fac.tar.gz buildroot-7a03caaa1364e661df1f3249379d3ce8bf2f4fac.zip | |
package: remove Blackfin related code
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/ncurses')
| -rw-r--r-- | package/ncurses/Config.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/ncurses/Config.in b/package/ncurses/Config.in index 297b2ee415..9f7753b06a 100644 --- a/package/ncurses/Config.in +++ b/package/ncurses/Config.in @@ -13,8 +13,6 @@ if BR2_PACKAGE_NCURSES config BR2_PACKAGE_NCURSES_WCHAR bool "enable wide char support" depends on BR2_USE_WCHAR - # Build broken @ curses.priv.h with bad declarations - depends on !(BR2_bfin && BR2_BINFMT_FLAT) help Enable wide char & UTF-8 support in ncurses libraries |

