pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/qt6-qtbase
Module Name: pkgsrc
Committed By: nros
Date: Sun Jun 9 17:26:28 UTC 2024
Modified Files:
pkgsrc/x11/qt6-qtbase: Makefile
Log Message:
qt6-qtbase: fix wayland support
Wayland is needed as a dependency for qtbase if
qtwayland is to be built, as pointed out by pin
on pkgsrc-users.
Add it as a dependency if the platform supports
wayland within pkgsrc.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/x11/qt6-qtbase/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/qt6-qtbase/Makefile
diff -u pkgsrc/x11/qt6-qtbase/Makefile:1.34 pkgsrc/x11/qt6-qtbase/Makefile:1.35
--- pkgsrc/x11/qt6-qtbase/Makefile:1.34 Wed May 29 16:35:14 2024
+++ pkgsrc/x11/qt6-qtbase/Makefile Sun Jun 9 17:26:28 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.34 2024/05/29 16:35:14 adam Exp $
+# $NetBSD: Makefile,v 1.35 2024/06/09 17:26:28 nros Exp $
DISTNAME= qtbase-everywhere-src-${QTVERSION}
PKGNAME= qt6-qtbase-${QTVERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= C++ X GUI toolkit
CATEGORIES= x11
@@ -222,6 +222,8 @@ PKGCONFIG_OVERRIDE+= lib/pkgconfig/Qt6Te
PKGCONFIG_OVERRIDE+= lib/pkgconfig/Qt6Widgets.pc
PKGCONFIG_OVERRIDE+= lib/pkgconfig/Qt6Xml.pc
+.include "../../devel/wayland/platform.mk"
+
.include "../../archivers/brotli/buildlink3.mk"
.include "../../archivers/zstd/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
@@ -229,6 +231,9 @@ PKGCONFIG_OVERRIDE+= lib/pkgconfig/Qt6Xm
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pcre2/buildlink3.mk"
+.if !empty(PLATFORM_SUPPORTS_WAYLAND:Myes)
+.include "../../devel/wayland/buildlink3.mk"
+.endif
.include "../../devel/zlib/buildlink3.mk"
.include "../../fonts/harfbuzz/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index