pkgsrc/x11/libxkbfile/Makefile
wiz 757eb312c7 libxkbfile: update to 1.1.0.
This release adds support for the NoLock, NoUnlock, and genKeyEvent flags.

Alan Coopersmith (5):
      Remove obsolete B16 & B32 tags in struct definitions
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Add description of libxkbfile to README.md
      libxkbfile 1.1.0

Andreas Wettstein (3):
      Add missing support for NoLock and NoUnlock flags
      Add support for genKeyEvent flag
      Fix mistyped argument of sizeof

Emil Velikov (1):
      autogen.sh: use quoted string variables

Martin Burggraf (1):
      correcting mathematical nonsense

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish
2019-03-17 08:13:53 +00:00

21 lines
555 B
Makefile

# $NetBSD: Makefile,v 1.10 2019/03/17 08:13:53 wiz Exp $
DISTNAME= libxkbfile-1.1.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= The xkbfile Library from modular X.org
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= xkbfile.pc.in
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../meta-pkgs/modular-xorg/hacks.mk"
.include "../../x11/xorgproto/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"