blob: ba917045517eb3c7ac85ee4adc7fc37b1a7487b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.1 2019/03/10 11:18:02 mrg Exp $
.include <bsd.own.mk>
.PATH: ${X11SRCDIR.vdpau}/include/vdpau
INCS= vdpau.h vdpau_x11.h
INCSDIR=${X11INCDIR}/vdpau
.include <bsd.x11.mk>
.include <bsd.prog.mk>
|