xenocara/lib/libdrm/intel/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

26 lines
458 B
Makefile

# $OpenBSD: Makefile,v 1.4 2012/11/27 14:37:08 mpi Exp $
.include <bsd.xconf.mk>
LIB= drm_intel
INCSDIR= ${X11BASE}/include/
CPPFLAGS+= -I${.CURDIR} \
-I${.CURDIR}/.. \
-I${X11BASE}/include \
-I/usr/include/dev/pci/drm
INCS= intel_bufmgr.h
SRCS= intel_bufmgr.c \
intel_bufmgr_fake.c \
intel_bufmgr_gem.c \
mm.c
PKGCONFIG= libdrm_intel.pc
LDADD+= -L${X11BASE}/lib -lX11 -lpciaccess
.include <bsd.lib.mk>
.include <bsd.xorg.mk>