Generate and install xkeyboard-config.pc. Requested by ajacoutot@

This commit is contained in:
matthieu 2012-09-27 16:23:51 +00:00
parent 93a4355a5f
commit bb39d328f6

View File

@ -1,7 +1,16 @@
# $OpenBSD: Makefile,v 1.3 2012/06/10 16:30:14 shadchin Exp $
# $OpenBSD: Makefile,v 1.4 2012/09/27 16:23:51 matthieu Exp $
SUBDIR= compat geometry keycodes man rules symbols types
SUBDIR = compat geometry keycodes man rules symbols types
XKC_TOP = ../..
PACKAGE_VERSION = 2.6
PKGCONFIG = xkeyboard-config.pc
EXTRA_PKGCONFIG_SUBST = -e 's,@VERSION@,${PACKAGE_VERSION},g' \
-e 's,@xkb_base@,${XKB_BASE},g'
build: _SUBDIRUSE
clean: _SUBDIRUSE
install: install-pc _SUBDIRUSE
.include "${.CURDIR}/Makefile.inc"
.include <bsd.xorg.mk>
.include <bsd.subdir.mk>