blob: ea8bd36333b18c4c0a23b38655913ac86a1f63d2 (
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-composite
HEADERS= composite.h
SRCS= composite.c
PKGCONFIG= xcb-composite.pc
.include <bsd.lib.mk>
.include <bsd.xorg.mk>
|