pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
qt6-qtwebengine: use system zlib and minizip
Module Name: pkgsrc-wip
Committed By: Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By: markd
Date: Fri Feb 14 07:37:56 2025 +1300
Changeset: 6cb365cd1347dea34e5763f4ada9fbb5c06dd191
Modified Files:
qt6-qtwebengine/Makefile
Log Message:
qt6-qtwebengine: use system zlib and minizip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6cb365cd1347dea34e5763f4ada9fbb5c06dd191
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
qt6-qtwebengine/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diffs:
diff --git a/qt6-qtwebengine/Makefile b/qt6-qtwebengine/Makefile
index 5b1a10df41..98fedcbc02 100644
--- a/qt6-qtwebengine/Makefile
+++ b/qt6-qtwebengine/Makefile
@@ -30,6 +30,8 @@ CMAKE_CONFIGURE_ARGS+= -G Ninja
CMAKE_CONFIGURE_ARGS+= -DQT_FEATURE_webengine_system_ffmpeg=ON
CMAKE_CONFIGURE_ARGS+= -DQT_FEATURE_webengine_system_icu=ON
CMAKE_CONFIGURE_ARGS+= -DQT_FEATURE_webengine_system_libevent=ON
+CMAKE_CONFIGURE_ARGS+= -DQT_FEATURE_webengine_system_minizip=ON
+CMAKE_CONFIGURE_ARGS+= -DQT_FEATURE_webengine_system_zlib=ON
## for the moment
CMAKE_CONFIGURE_ARGS+= -DQT_FEATURE_webengine_system_re2=OFF
CMAKE_CONFIGURE_ARGS+= -DQT_FEATURE_webengine_proprietary_codecs=ON
@@ -100,6 +102,7 @@ do-install:
.include "../../mk/bsd.prefs.mk"
+.include "../../archivers/minizip/buildlink3.mk"
.if ${OPSYS} != "Darwin"
.include "../../audio/alsa-lib/buildlink3.mk"
.endif
@@ -115,6 +118,7 @@ do-install:
#.include "../../devel/protobuf/buildlink3.mk"
.include "../../devel/re2/buildlink3.mk"
.include "../../devel/snappy/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
#.include "../../mk/jpeg.buildlink3.mk"
.include "../../graphics/libwebp/buildlink3.mk"
PYTHON_FOR_BUILD_ONLY= tool
Home |
Main Index |
Thread Index |
Old Index