pkgsrc-WIP-changes archive

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

libwacom: Add buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Fri Dec 13 21:59:43 2024 +0100
Changeset:	1bb610eaddae689bc9b41d4f450991e27689585b

Added Files:
	libwacom/buildlink3.mk

Log Message:
libwacom: Add buildlink3.mk

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

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

diffstat:
 libwacom/buildlink3.mk | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diffs:
diff --git a/libwacom/buildlink3.mk b/libwacom/buildlink3.mk
new file mode 100644
index 0000000000..5534ad70dd
--- /dev/null
+++ b/libwacom/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	libwacom
+
+.if !defined(LIBWACOM_BUILDLINK3_MK)
+LIBWACOM_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libwacom+=	libwacom>=2.14.0
+BUILDLINK_PKGSRCDIR.libwacom?=		../../wip/libwacom
+
+#.include "../../wip/libgudev/buildlink3.mk"
+.include "../../wip/libevdev/buildlink3.mk"
+.endif	# LIBWACOM_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-libwacom


Home | Main Index | Thread Index | Old Index