diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-03-19 22:20:39 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-21 08:25:11 -0700 |
| commit | 5723c738c0cee50d5a2ef2dae0cbaec633098afc (patch) | |
| tree | 617237d79a1a74c4407d34b7516c139dc8e24a00 /meta-networking | |
| parent | ede12ec185a09986c2a2d0aba96c6ba66e6e6a69 (diff) | |
| download | meta-openembedded-5723c738c0cee50d5a2ef2dae0cbaec633098afc.tar.gz | |
weechat: Define LIBDIR
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
| -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 |
