From 66ab7651e5dc0b04b7a8acb7ecbd693c4fc964d7 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 29 Dec 2025 21:29:47 +0100 Subject: [PATCH] tmux: add packageconfig for sixel support Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-oe/recipes-extended/tmux/tmux_3.6.bb | 1 + 1 file changed, 1 insertion(+) 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 PACKAGECONFIG ??= "" PACKAGECONFIG[utempter] = "ac_cv_header_utempter_h=yes,ac_cv_header_utempter_h=no,libutempter," +PACKAGECONFIG[sixel] = "--enable-sixel,--disable-sixel" do_configure:prepend() { # The 'compat' directory is needed for output during the build but it's