summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/tmux/tmux_3.6.bb
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2025-12-29 21:29:47 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-31 08:28:50 -0800
commit66ab7651e5dc0b04b7a8acb7ecbd693c4fc964d7 (patch)
tree7974d068c329cb5e5d11e97a200d27acfeacbb37 /meta-oe/recipes-extended/tmux/tmux_3.6.bb
parent0a5a41e49e796e2d1a820dd001f22ebc5eec4e35 (diff)
downloadmeta-openembedded-66ab7651e5dc0b04b7a8acb7ecbd693c4fc964d7.tar.gz
tmux: add packageconfig for sixel support
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/tmux/tmux_3.6.bb')
-rw-r--r--meta-oe/recipes-extended/tmux/tmux_3.6.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/tmux/tmux_3.6.bb b/meta-oe/recipes-extended/tmux/tmux_3.6.bb
index 5daa1b174a..199863d7e4 100644
--- a/meta-oe/recipes-extended/tmux/tmux_3.6.bb
+++ b/meta-oe/recipes-extended/tmux/tmux_3.6.bb
@@ -17,6 +17,7 @@ inherit autotools pkgconfig
17 17
18PACKAGECONFIG ??= "" 18PACKAGECONFIG ??= ""
19PACKAGECONFIG[utempter] = "ac_cv_header_utempter_h=yes,ac_cv_header_utempter_h=no,libutempter," 19PACKAGECONFIG[utempter] = "ac_cv_header_utempter_h=yes,ac_cv_header_utempter_h=no,libutempter,"
20PACKAGECONFIG[sixel] = "--enable-sixel,--disable-sixel"
20 21
21do_configure:prepend() { 22do_configure:prepend() {
22 # The 'compat' directory is needed for output during the build but it's 23 # The 'compat' directory is needed for output during the build but it's