aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ncurses
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-12-21 01:02:48 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-21 17:11:28 +0000
commit516480b1518093b17c2211be0966b7b31aeb2721 (patch)
tree20e8b63665ac65822b5d93dbf58bb6db891c3e9e /meta/recipes-core/ncurses
parentd06a8b345e129f20d2997531c63c422c0a6a2fb7 (diff)
downloadopenembedded-core-contrib-516480b1518093b17c2211be0966b7b31aeb2721.tar.gz
ncurses: Allow override of ENABLE_WIDEC
Set ENABLE_WIDEC with ?= instead of = to allow for the external override by distro definitions. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/ncurses')
-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"
# Whether to enable separate widec libraries; must be 'true' or 'false'
#
# TODO: remove this variable when widec is supported in every setup?
-ENABLE_WIDEC = "true"
+ENABLE_WIDEC ?= "true"
# _GNU_SOURCE is required for widec stuff and is detected automatically
# for target objects. But it must be set manually for native and sdk