From bb3949b64732fd2d38d38d473b5b07694aff4ede Mon Sep 17 00:00:00 2001 From: tnn Date: Mon, 9 Mar 2015 19:47:54 +0000 Subject: add comment to explain why libpciaccess is conditional here --- x11/libdrm/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'x11/libdrm') diff --git a/x11/libdrm/Makefile b/x11/libdrm/Makefile index b8b4058c72e..e3b7af4a856 100644 --- a/x11/libdrm/Makefile +++ b/x11/libdrm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2015/02/14 05:34:13 riastradh Exp $ +# $NetBSD: Makefile,v 1.53 2015/03/09 19:47:54 tnn Exp $ DISTNAME= libdrm-2.4.59 CATEGORIES= x11 graphics @@ -40,6 +40,8 @@ CONFIGURE_ARGS+= --disable-manpages PLIST_VARS+= intel arm .if !empty(MACHINE_ARCH:Mi386) || !empty(MACHINE_ARCH:Mx86_64) +# libpciaccess is needed to build support for the intel KMS API, +# libdrm_intel.so. .include "../../sysutils/libpciaccess/buildlink3.mk" PLIST.intel= yes .elif !empty(MACHINE_ARCH:Marm*) || \ -- cgit v1.2.3