From 47d704ac8591de37cf5d2caeb0e0d1f139afa9b0 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sat, 27 Jul 2024 18:45:25 +0200 Subject: [PATCH] labplot, add missing dependency (#10754) --- sci-visualization/labplot/labplot-2.11.1.recipe | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sci-visualization/labplot/labplot-2.11.1.recipe b/sci-visualization/labplot/labplot-2.11.1.recipe index fc9c7414f..a049b7c66 100644 --- a/sci-visualization/labplot/labplot-2.11.1.recipe +++ b/sci-visualization/labplot/labplot-2.11.1.recipe @@ -101,7 +101,8 @@ BUILD_REQUIRES=" devel:libmatio$secondaryArchSuffix devel:libnetcdf$secondaryArchSuffix devel:liborigin$secondaryArchSuffix - devel:libpoppler$secondaryArchSuffix >= 131.0.0 + devel:libpoppler$secondaryArchSuffix >= 131.0.0 + devel:libpoppler_qt5$secondaryArchSuffix >= 1.33.0 devel:libspectre$secondaryArchSuffix devel:libssp_nonshared$secondaryArchSuffix devel:libxcb$secondaryArchSuffix @@ -170,6 +171,7 @@ BUILD() -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DKDE_INSTALL_QMLDIR=$dataDir/Qt5/qml \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ + -DBUILD_WITH_QT6=OFF \ -DENABLE_READSTAT=OFF \ -DBUILD_TESTING=OFF \ -DENABLE_TESTS=OFF -Wno-dev