diff options
author | tnn <tnn@pkgsrc.org> | 2015-04-28 21:06:32 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-04-28 21:06:32 +0000 |
commit | 285c8ea99ee685359f3bf8b060f2c50aaed05f7d (patch) | |
tree | 49078028aea345ce272f252f01ae938f146af331 /graphics | |
parent | 481380378c78ac2a3c4a2f2d01402985b98e05fa (diff) | |
download | pkgsrc-285c8ea99ee685359f3bf8b060f2c50aaed05f7d.tar.gz |
PR pkg/49867: circular dependency between MesaLib and libva on Linux.
I probably added libva as a dependency at some point in wip/ since
configure wanted it. Not sure what it's used for so just remove it.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/MesaLib/options.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/MesaLib/options.mk b/graphics/MesaLib/options.mk index 3d408ad66d1..c6c3725daaf 100644 --- a/graphics/MesaLib/options.mk +++ b/graphics/MesaLib/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.29 2015/04/26 08:00:40 tnn Exp $ +# $NetBSD: options.mk,v 1.30 2015/04/28 21:06:32 tnn Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.MesaLib PKG_SUPPORTED_OPTIONS= llvm dri @@ -37,10 +37,6 @@ BUILDLINK_DEPMETHOD.libpciaccess= full .include "../../sysutils/libpciaccess/buildlink3.mk" .include "../../graphics/MesaLib/dri.mk" -.if ${OPSYS} == "Linux" -.include "../../multimedia/libva/buildlink3.mk" -.endif - DRI_DRIVERS= # PLIST.swrast_dri= yes DRI_DRIVERS+= swrast |