0e24ccf9b9
xkbcommon is a library to handle keyboard descriptions, including loading them from disk, parsing them and handling their state. It's mainly meant for client toolkits, window systems, and other system applications; currently that includes Wayland, kmscon, GTK+, Qt, Clutter, and more. This package is required by Qt5.
12 lines
349 B
Makefile
12 lines
349 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2013/12/13 14:47:33 ryoon Exp $
|
|
|
|
BUILDLINK_TREE+= libxkbcommon
|
|
|
|
.if !defined(LIBXKBCOMMON_BUILDLINK3_MK)
|
|
LIBXKBCOMMON_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libxkbcommon+= libxkbcommon>=0.3.2
|
|
BUILDLINK_PKGSRCDIR.libxkbcommon?= ../../x11/libxkbcommon
|
|
.endif # LIBXKBCOMMON_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libxkbcommon
|