pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/MesaLib PR pkg/49867: circular dependency bet...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc24f61134a3
branches:  trunk
changeset: 650937:dc24f61134a3
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Apr 28 21:06:32 2015 +0000

description:
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:

 graphics/MesaLib/options.mk |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 83655d43b531 -r dc24f61134a3 graphics/MesaLib/options.mk
--- a/graphics/MesaLib/options.mk       Tue Apr 28 20:08:34 2015 +0000
+++ b/graphics/MesaLib/options.mk       Tue Apr 28 21:06:32 2015 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index