diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-12-21 01:02:48 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-21 17:16:28 +0000 |
commit | e559160b8898b1f98ee158418c810ab5f1ee9e3f (patch) | |
tree | 4ed96e1d8feaba512ffa056f1caebc751705ae63 /meta/recipes-core | |
parent | b608f9eb649bcb4635c48bd9923e4c66b763ed70 (diff) | |
download | poky-e559160b8898b1f98ee158418c810ab5f1ee9e3f.tar.gz |
ncurses: Allow override of ENABLE_WIDEC
Set ENABLE_WIDEC with ?= instead of = to allow for the external override
by distro definitions.
(From OE-Core rev: 516480b1518093b17c2211be0966b7b31aeb2721)
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/ncurses/ncurses.inc | 2 |
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? |
22 | ENABLE_WIDEC = "true" | 22 | ENABLE_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 |