From b9e9dea016f1d6eb9944d323304fc6596d24c6bc Mon Sep 17 00:00:00 2001 From: Tee KOBAYASHI Date: Tue, 1 Mar 2022 23:27:55 +0900 Subject: [PATCH] boost: Make revdeps build-depend on boost-headers %ci:no-build --- x11-packages/lyx/build.sh | 2 +- x11-packages/mumble-server/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-packages/lyx/build.sh b/x11-packages/lyx/build.sh index 75821bcd7..5443c9e13 100644 --- a/x11-packages/lyx/build.sh +++ b/x11-packages/lyx/build.sh @@ -7,7 +7,7 @@ TERMUX_PKG_REVISION=3 TERMUX_PKG_SRCURL="https://ftp.lip6.fr/pub/lyx/stable/2.3.x/lyx-${TERMUX_PKG_VERSION}.tar.xz" TERMUX_PKG_SHA256=c6bed2633419898e01a7cc350310d7d934bf591cab7259fc2581aa4c00eafa78 TERMUX_PKG_DEPENDS="qt5-qtbase, qt5-qtsvg, zlib, imagemagick, ghostscript, texlive-bin, hunspell" -TERMUX_PKG_BUILD_DEPENDS="boost, qt5-qtbase-cross-tools" +TERMUX_PKG_BUILD_DEPENDS="boost, boost-headers, qt5-qtbase-cross-tools" TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" --enable-build-type=rel --enable-qt5 diff --git a/x11-packages/mumble-server/build.sh b/x11-packages/mumble-server/build.sh index 28724f96c..a9c345018 100644 --- a/x11-packages/mumble-server/build.sh +++ b/x11-packages/mumble-server/build.sh @@ -6,7 +6,7 @@ TERMUX_PKG_VERSION=1.4.230 TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://github.com/mumble-voip/mumble.git TERMUX_PKG_DEPENDS="libcap, libdns-sd, libprotobuf, openssl-1.1, qt5-qtbase" -TERMUX_PKG_BUILD_DEPENDS="boost, qt5-qtbase-cross-tools" +TERMUX_PKG_BUILD_DEPENDS="boost, boost-headers, qt5-qtbase-cross-tools" TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" -Dclient=OFF -Dice=OFF