2009-05-31 12:01:28 -06:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2009/05/31 18:01:28 matthieu Exp $
|
2009-05-23 08:43:12 -06:00
|
|
|
|
|
|
|
SUBLIB= image
|
|
|
|
|
|
|
|
SRCS= xcb_image.c
|
|
|
|
|
|
|
|
HEADERS= xcb_image.h xcb_pixel.h
|
|
|
|
|
2009-05-31 12:01:28 -06:00
|
|
|
LDADD= `pkg-config --libs xcb xcb-shm xcb-aux`
|
2009-05-23 08:43:12 -06:00
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
.include <bsd.xorg.mk>
|