pkgsrc-WIP-changes archive

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

add buildlink file to qt6-qtdeclarative



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <nros%NetBSD.org@localhost>
Pushed By:	nros
Date:		Sat Feb 6 07:12:24 2021 +0000
Changeset:	1b627c36a389d14bd425f2d330b968aa3eabdd48

Added Files:
	qt6-qtdeclarative/buildlink3.mk

Log Message:
add buildlink file to qt6-qtdeclarative

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

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

diffstat:
 qt6-qtdeclarative/buildlink3.mk | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diffs:
diff --git a/qt6-qtdeclarative/buildlink3.mk b/qt6-qtdeclarative/buildlink3.mk
new file mode 100644
index 0000000000..cb489b2a43
--- /dev/null
+++ b/qt6-qtdeclarative/buildlink3.mk
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	qt6-qtdeclarative
+
+.if !defined(QT6_QTDECLARATIVE_BUILDLINK3_MK)
+QT6_QTDECLARATIVE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.qt6-qtdeclarative+=	qt6-qtdeclarative>=6.0.1
+BUILDLINK_PKGSRCDIR.qt6-qtdeclarative?=		../../wip/qt6-qtdeclarative
+
+BUILDLINK_INCDIRS.qt6-qtdeclarative+=	qt6/include
+BUILDLINK_LIBDIRS.qt6-qtdeclarative+=	qt6/lib
+BUILDLINK_LIBDIRS.qt6-qtdeclarative+=	qt6/plugins
+
+.include "../../wip/qt6-qtbase/buildlink3.mk"
+.endif	# QT6_QTDECLARATIVE_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-qt6-qtdeclarative


Home | Main Index | Thread Index | Old Index