diff options
-rw-r--r-- | meta-networking/recipes-irc/weechat/weechat_3.4.1.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-networking/recipes-irc/weechat/weechat_3.4.1.bb b/meta-networking/recipes-irc/weechat/weechat_3.4.1.bb index 515cd95328..64cd1079bd 100644 --- a/meta-networking/recipes-irc/weechat/weechat_3.4.1.bb +++ b/meta-networking/recipes-irc/weechat/weechat_3.4.1.bb | |||
@@ -18,7 +18,10 @@ PACKAGECONFIG ??= " ncurses python" | |||
18 | PACKAGECONFIG[ncurses] = "-DENABLE_NCURSES=ON,-DENABLE_NCURSES=OFF,ncurses" | 18 | PACKAGECONFIG[ncurses] = "-DENABLE_NCURSES=ON,-DENABLE_NCURSES=OFF,ncurses" |
19 | PACKAGECONFIG[python] = "-DENABLE_PYTHON=ON,-DENABLE_PYTHON=OFF,python3,python3" | 19 | PACKAGECONFIG[python] = "-DENABLE_PYTHON=ON,-DENABLE_PYTHON=OFF,python3,python3" |
20 | 20 | ||
21 | EXTRA_OECMAKE:append = " -DENABLE_PHP=OFF -DENABLE_TCL=OFF -DENABLE_LUA=OFF -DENABLE_JAVASCRIPT=OFF -DENABLE_RUBY=OFF -DENABLE_GUILE=OFF -DENABLE_PERL=OFF -DENABLE_ASPELL=ON" | 21 | EXTRA_OECMAKE:append = " -DENABLE_PHP=OFF -DENABLE_TCL=OFF -DENABLE_LUA=OFF \ |
22 | -DENABLE_JAVASCRIPT=OFF -DENABLE_RUBY=OFF \ | ||
23 | -DENABLE_GUILE=OFF -DENABLE_PERL=OFF -DENABLE_ASPELL=ON \ | ||
24 | -DLIBDIR=${libdir}" | ||
22 | 25 | ||
23 | do_configure:prepend(){ | 26 | do_configure:prepend(){ |
24 | # Make sure we get dependencies from recipe-sysroot | 27 | # Make sure we get dependencies from recipe-sysroot |