diff options
Diffstat (limited to 'project/config/cfgdefs.sh')
-rw-r--r-- | project/config/cfgdefs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/config/cfgdefs.sh b/project/config/cfgdefs.sh index 4b5fab9..ec48f1d 100644 --- a/project/config/cfgdefs.sh +++ b/project/config/cfgdefs.sh @@ -301,7 +301,7 @@ cfgdefs_perform_common_tests() # <panel.h> if [ _${mb_panel_wrapper:-} = _yes ]; then - cfgtest_makevar_append '-I$(PROJECT_DIR)/wrappers' + cfgtest_makevar_append '-I$(PROJECT_DIR)/wrappers/ncurses' unset mb_panel_wrapper fi |