blob: 9bb2c2e1003f48b984bcb5e36c4867592bb9bba1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $OpenBSD: Makefile,v 1.3 2009/05/22 16:53:05 matthieu Exp $
LIB= xcb-randr
HEADERS= randr.h
SRCS= randr.c
PKGCONFIG= xcb-randr.pc
.include <bsd.lib.mk>
.include <bsd.xorg.mk>
|