pulseview: for boost-1.89

This commit is contained in:
Đoàn Trần Công Danh 2025-08-30 16:16:35 +07:00
parent d0d4e2c95f
commit 2129593857
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,11 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -117,7 +117,7 @@ endif()
set(QT_LIBRARIES Qt5::Gui Qt5::Widgets Qt5::Svg)
-set(BOOSTCOMPS filesystem serialization system)
+set(BOOSTCOMPS filesystem serialization)
if(ENABLE_TESTS)
list(APPEND BOOSTCOMPS unit_test_framework)
endif()

View file

@ -1,7 +1,7 @@
# Template file for 'pulseview'
pkgname=pulseview
version=0.4.2
revision=7
revision=8
build_style=cmake
configure_args="-DDISABLE_WERROR=TRUE"
hostmakedepends="pkg-config qt5-qmake qt5-host-tools"