13 lines
176 B
Makefile
13 lines
176 B
Makefile
# $OpenBSD: Makefile,v 1.1 2014/04/14 19:20:17 matthieu Exp $
|
|
|
|
LIB= xcb-xkb
|
|
|
|
HEADERS= xkb.h
|
|
|
|
SRCS= xkb.c
|
|
|
|
PKGCONFIG= xcb-xkb.pc
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.xorg.mk>
|