diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-09 19:47:54 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-09 19:47:54 +0000 |
commit | bb3949b64732fd2d38d38d473b5b07694aff4ede (patch) | |
tree | ac14c6a661d6bd8610226e4068943014559cf4d1 /x11/libdrm/Makefile | |
parent | 823684808f70eb3c112c35e4dba3c583bcf75791 (diff) | |
download | pkgsrc-bb3949b64732fd2d38d38d473b5b07694aff4ede.tar.gz |
add comment to explain why libpciaccess is conditional here
Diffstat (limited to 'x11/libdrm/Makefile')
-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*) || \ |