summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/ncurses/ncurses.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc
index 98f45a4334..583dad7204 100644
--- a/meta/recipes-core/ncurses/ncurses.inc
+++ b/meta/recipes-core/ncurses/ncurses.inc
@@ -19,7 +19,7 @@ CONFIG_SITE =+ "${WORKDIR}/config.cache"
19# Whether to enable separate widec libraries; must be 'true' or 'false' 19# Whether to enable separate widec libraries; must be 'true' or 'false'
20# 20#
21# TODO: remove this variable when widec is supported in every setup? 21# TODO: remove this variable when widec is supported in every setup?
22ENABLE_WIDEC = "true" 22ENABLE_WIDEC ?= "true"
23 23
24# _GNU_SOURCE is required for widec stuff and is detected automatically 24# _GNU_SOURCE is required for widec stuff and is detected automatically
25# for target objects. But it must be set manually for native and sdk 25# for target objects. But it must be set manually for native and sdk