From 2347b70a368619689ecadc51a67c4ff3bc9f26e0 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 11 Apr 2022 00:35:27 +0200 Subject: octave: add PACKAGECONFIG for (Qt-)gui - disabled by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/octave/octave_6.4.0.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-oe/recipes-devtools') diff --git a/meta-oe/recipes-devtools/octave/octave_6.4.0.bb b/meta-oe/recipes-devtools/octave/octave_6.4.0.bb index a7ff84fad7..a5b00ece8a 100644 --- a/meta-oe/recipes-devtools/octave/octave_6.4.0.bb +++ b/meta-oe/recipes-devtools/octave/octave_6.4.0.bb @@ -34,6 +34,10 @@ SRC_URI = " \ " SRC_URI[sha256sum] = "b48f33d4fceaf394cfbea73a8c850000936d83a41739a24f7568b5b0a7b39acd" +# Note: Qt5Help is required for gui -> qttools(-native) must be build with +# clang in PACKAGECONFIG +PACKAGECONFIG[gui] = "--with-qt=yes,--with-qt=no,qttools-native qttools qtbase" + EXTRA_OECONF = " \ --disable-java \ --disable-docs \ -- cgit 1.2.3-korg