kconfig: enable build tests

This commit is contained in:
Gerasim Troeglazov
2024-03-01 21:58:59 +10:00
parent 2711ef8f58
commit 38bf5c5983

View File

@@ -17,7 +17,7 @@ propagate their changes to their respective configuration files."
HOMEPAGE="https://invent.kde.org/frameworks/kconfig/"
COPYRIGHT="2010-2024 KDE Organisation"
LICENSE="GNU LGPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/kconfig-${portVersion}.tar.xz"
CHECKSUM_SHA256="bd692b2adf56c54a0fb1e2d402becdc326a8df8ceb89bef9f48361e1b1788612"
@@ -74,8 +74,7 @@ BUILD()
cmake .. $cmakeDirArgs \
-DCMAKE_BUILD_TYPE=Release \
-DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
-DBUILD_TESTING=OFF # build fail some tests for x86 arch
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake
make $jobArgs
}