aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2022-04-11 00:35:27 +0200
committerKhem Raj <raj.khem@gmail.com>2022-04-11 07:46:51 -0700
commit2347b70a368619689ecadc51a67c4ff3bc9f26e0 (patch)
tree5921d43825b9ce8420af1fafa44c63e6762c0c6a /meta-oe/recipes-devtools
parentcf80085c0655c23f505c328df3f6017d55ff52ec (diff)
downloadmeta-openembedded-contrib-2347b70a368619689ecadc51a67c4ff3bc9f26e0.tar.gz
octave: add PACKAGECONFIG for (Qt-)gui - disabled by default
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/octave/octave_6.4.0.bb4
1 files changed, 4 insertions, 0 deletions
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 \