20291c000b
Couple of minor fixes, the only user-visible change is that the warning when a key type is shortened is now on a verbosity level above the default verbosity. This effectively removes the warning below for all users of the german keyboard layout (and others): Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols Alan Coopersmith (1): Stop including <X11/Xalloca.h> in parseutils.c Jon TURNEY (1): Define WIN32_LEAN_AND_MEAN when building on Win32 Matthew Green (1): Adjust a NUL-string assignment to avoid const issues. Peter Hutterer (2): symbols: increase the warning level for shortening a key type xkbcomp 1.3.1
23 lines
590 B
Makefile
23 lines
590 B
Makefile
# $NetBSD: Makefile,v 1.13 2015/11/06 09:11:52 wiz Exp $
|
|
|
|
DISTNAME= xkbcomp-1.3.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= XKBD keymap compiler
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE= xkbcomp.pc.in
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libxkbfile/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.xproto+= xproto>=7.0.17
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|