pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

qt6-qtwebengine: cleanup. no functional change



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Mon Apr 14 07:41:12 2025 +1200
Changeset:	7b0dd72f012aaba2ff225ae4b5020946f91625e2

Modified Files:
	qt6-qtwebengine/Makefile

Log Message:
qt6-qtwebengine: cleanup. no functional change

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7b0dd72f012aaba2ff225ae4b5020946f91625e2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 qt6-qtwebengine/Makefile | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diffs:
diff --git a/qt6-qtwebengine/Makefile b/qt6-qtwebengine/Makefile
index 19c2072f91..e6b9550007 100644
--- a/qt6-qtwebengine/Makefile
+++ b/qt6-qtwebengine/Makefile
@@ -6,7 +6,7 @@ COMMENT=	Qt6 webengine module
 CATEGORIES=	www
 LICENSE=	gnu-lgpl-v3 OR gnu-gpl-v2 OR gnu-gpl-v3
 
-CMAKE_GENERATOR=		ninja
+CMAKE_GENERATOR=	ninja
 
 .include "../../x11/qt6-qtbase/Makefile.common"
 
@@ -80,17 +80,7 @@ NOT_PAX_MPROTECT_SAFE+=	qt6/libexec/QtWebEngineProcess
 # These libraries are used from the system and the build infrastructure
 # removes them from the bundled third_party directory and replaces them
 # with hooks to use them from the system.
-###GN_SYSTEM_LIBS=        dav1d
-###GN_SYSTEM_LIBS=		fontconfig
-###GN_SYSTEM_LIBS+=	icu
-###GN_SYSTEM_LIBS+=        libaom
-GN_SYSTEM_LIBS=	libevent
-####GN_SYSTEM_LIBS+=       libjpeg # libjpeg-turbo
-###GN_SYSTEM_LIBS+=        libpng
-###GN_SYSTEM_LIBS+=        libvpx
-#GN_SYSTEM_LIBS+=	libxml
-#GN_SYSTEM_LIBS+=	libxslt
-#GN_SYSTEM_LIBS+=	openh264
+GN_SYSTEM_LIBS=		libevent
 GN_SYSTEM_LIBS+=	opus
 CHROMESRC=		${WRKSRC}/src/3rdparty/chromium
 


Home | Main Index | Thread Index | Old Index