eb8594d4df
libxkbcommon 0.7.1 - 2017-01-18 ================== - Fixed various reported problems when the current locale is tr_TR.UTF-8. The function xkb_keysym_from_name() used to perform case-insensitive string comparisons in a locale-dependent way, but required it to to work as in the C/ASCII locale (the so called "Turkish i problem"). The function is now no longer affected by the current locale. - Fixed compilation in NetBSD.
30 lines
835 B
Makefile
30 lines
835 B
Makefile
# $NetBSD: Makefile,v 1.17 2017/01/22 13:14:46 wiz Exp $
|
|
|
|
DISTNAME= libxkbcommon-0.7.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://xkbcommon.org/download/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://xkbcommon.org/
|
|
COMMENT= Library to handle keyboard descriptions
|
|
LICENSE= mit
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= bison gmake pkg-config
|
|
USE_LIBTOOL= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= xkbcommon.pc.in
|
|
|
|
.include "options.mk"
|
|
|
|
.if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS"
|
|
BUILDLINK_TRANSFORM+= rm:-Wl,--version-script=./xkbcommon.map
|
|
BUILDLINK_TRANSFORM+= rm:-Wl,--version-script=./xkbcommon-x11.map
|
|
.endif
|
|
|
|
.include "../../devel/xorg-util-macros/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.libxcb+= libxcb>=1.10
|
|
.include "../../x11/libxcb/buildlink3.mk"
|
|
.include "../../x11/xkeyboard-config/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|