aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2024-04-06 10:30:15 +0200
committerMartin Jansa <martin.jansa@gmail.com>2024-04-18 10:32:37 +0200
commit02cac01b4f754da3386331be0aae31f1f65fb67d (patch)
tree5380dbf25fc2b2b9dc3fc21380258a948611ffb4
parentaea3fc9b5d5cc4fb2eee427a7722cd891e4f04a7 (diff)
qtbase: add dependency on zstd
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
-rw-r--r--recipes-qt/qt5/qtbase_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb
index 0585e285..5e830f0d 100644
--- a/recipes-qt/qt5/qtbase_git.bb
+++ b/recipes-qt/qt5/qtbase_git.bb
@@ -51,6 +51,10 @@ SRC_URI += "\
file://0029-Remove-ptests-with-SRCDIR.patch \
"
+# usually pulled by one of the optional dependencies in PACKAGECONFIG, but with very limited PACKAGECONFIG fails with:
+# src/corelib/io/qresource.cpp:68:12: fatal error: zstd.h: No such file or directory
+DEPENDS = "zstd"
+
# Disable LTO for now, QT5 patches are being worked upstream, perhaps revisit with
# next major upgrade of QT
LTO = ""