head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2026.05.15.20.08.42;	author wiz;	state Exp;
branches;
next	1.1;
commitid	zxHBLsrgV5WIUWFG;

1.1
date	2026.04.25.13.08.55;	author vins;	state Exp;
branches;
next	;
commitid	qvyVFuCXnFtuelDG;


desc
@@


1.2
log
@*: more gobject-introspection clean-ups

Restore it in two bl3.mk where the .pc files actually propagate it
@
text
@# $NetBSD: buildlink3.mk,v 1.1 2026/04/25 13:08:55 vins Exp $

BUILDLINK_TREE+=	libgusb

.if !defined(LIBGUSB_BUILDLINK3_MK)
LIBGUSB_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.libgusb+=	libgusb>=0.4.9
BUILDLINK_PKGSRCDIR.libgusb?=	../../devel/libgusb

.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libusb1/buildlink3.mk"
.include "../../textproc/json-glib/buildlink3.mk"
.include "../../sysutils/hwdata/buildlink3.mk"
.endif	# LIBGUSB_BUILDLINK3_MK

BUILDLINK_TREE+=	-libgusb
@


1.1
log
@devel/libgusb: initial import of package

GUsb is a GObject wrapper for libusb1 that makes it easy to do
asynchronous control, bulk and interrupt transfers with proper
cancellation and integration into a mainloop.
This makes it easy to integrate low level USB transfers with your
high-level application or system daemon.
@
text
@d1 1
a1 1
# $NetBSD$
a11 1
.include "../../devel/gobject-introspection/buildlink3.mk"
@

