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>
This commit is contained in:
Markus Volk
2025-12-29 21:29:47 +01:00
committed by Khem Raj
parent 0a5a41e49e
commit 66ab7651e5

View File

@@ -17,6 +17,7 @@ inherit autotools pkgconfig
PACKAGECONFIG ??= "" PACKAGECONFIG ??= ""
PACKAGECONFIG[utempter] = "ac_cv_header_utempter_h=yes,ac_cv_header_utempter_h=no,libutempter," PACKAGECONFIG[utempter] = "ac_cv_header_utempter_h=yes,ac_cv_header_utempter_h=no,libutempter,"
PACKAGECONFIG[sixel] = "--enable-sixel,--disable-sixel"
do_configure:prepend() { do_configure:prepend() {
# The 'compat' directory is needed for output during the build but it's # The 'compat' directory is needed for output during the build but it's