Due to the missing PTXCONF_ prefix, pw-ctl was always built without
readline support even though the rule looked like readline support was
enabled. Furthermore, the readline dependency was pulled in.

Add the PTXCONF_ prefix to actually enable readline support.

Signed-off-by: Michael Tretter <m.tret...@pengutronix.de>
---
 rules/pipewire.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/pipewire.make b/rules/pipewire.make
index 34081c5ceeb5..8747ebe6cecc 100644
--- a/rules/pipewire.make
+++ b/rules/pipewire.make
@@ -90,7 +90,7 @@ PIPEWIRE_CONF_OPT     := \
        -Dpw-cat=enabled \
        -Dpw-cat-ffmpeg=disabled \
        -Draop=$(call ptx/endis,PTXCONF_PIPEWIRE_RAOP)d \
-       -Dreadline=$(call ptx/endis,PIPEWIRE_PW_CTL)d \
+       -Dreadline=$(call ptx/endis,PTXCONF_PIPEWIRE_PW_CTL)d \
        -Drlimits-install=false \
        -Drlimits-match=@pipewire \
        -Drlimits-memlock=4194304 \
-- 
2.39.2


Reply via email to