diff options
author | tnn <tnn> | 2015-03-09 19:47:54 +0000 |
---|---|---|
committer | tnn <tnn> | 2015-03-09 19:47:54 +0000 |
commit | 2fd42aa27fffdbdc2a333bccf783c33f7afec42e (patch) | |
tree | ac14c6a661d6bd8610226e4068943014559cf4d1 /x11 | |
parent | bf789fd674d93974e65bad59153e5831249efd8d (diff) | |
download | pkgsrc-2fd42aa27fffdbdc2a333bccf783c33f7afec42e.tar.gz |
add comment to explain why libpciaccess is conditional here
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libdrm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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*) || \ |