xenocara/lib/libdrm/libkms/Makefile
mpi ad95eb8c9f Update to libdrm 2.4.31 and add the non-yet-linked libkms, prodded by jsg@
Tested by jsg@, ajacoutot@, shadchin@ and matthieu@, ok matthieu@
2012-11-27 14:37:08 +00:00

25 lines
371 B
Makefile

# $OpenBSD: Makefile,v 1.1 2012/11/27 14:37:08 mpi Exp $
.include <bsd.xconf.mk>
LIB= kms
INCSDIR= ${X11BASE}/include/
CPPFLAGS+= -I${.CURDIR} \
-I${X11BASE}/include \
-I/usr/include/dev/pci/drm \
-DX_PRIVSEP
INCS= libkms.h
SRCS= api.c \
dumb.c \
intel.c \
linux.c \
radeon.c
PKGCONFIG= libkms.pc
.include <bsd.lib.mk>
.include <bsd.xorg.mk>