f40ab7ab04
* Buildlink gobject-introspection Changelog: 5.4 A couple of introspection fixes 5.3 A number of introspection and build fixes 5.2.1 Fixed GIR params for introspection (broken build) 5.2 Optional introspection introduced Some minor fixes (runtime and build-time) 5.1 Expanding APIs for GNOME 3 needs (bumped soname): - converting ISO codes to translatable names (it was private, now public) - search by pattern Using to X11 API throgh pkg-config One race condition eliminated XInput2 version checking: looking for support of DevicePresence
16 lines
487 B
Makefile
16 lines
487 B
Makefile
# $NetBSD: buildlink3.mk,v 1.20 2016/03/12 11:12:40 ryoon Exp $
|
|
|
|
BUILDLINK_TREE+= libxklavier
|
|
|
|
.if !defined(LIBXKLAVIER_BUILDLINK3_MK)
|
|
LIBXKLAVIER_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libxklavier+= libxklavier>=3.0
|
|
BUILDLINK_ABI_DEPENDS.libxklavier+= libxklavier>=5.4
|
|
BUILDLINK_PKGSRCDIR.libxklavier?= ../../x11/libxklavier
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../x11/libxkbfile/buildlink3.mk"
|
|
.endif # LIBXKLAVIER_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libxklavier
|