pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/MesaLib MesaLib: Allow dri3 to be autodetected



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c652c6d77833
branches:  trunk
changeset: 340485:c652c6d77833
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Oct 03 15:50:06 2019 +0000

description:
MesaLib: Allow dri3 to be autodetected

diffstat:

 graphics/MesaLib/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 0f4b4e8ffc96 -r c652c6d77833 graphics/MesaLib/Makefile
--- a/graphics/MesaLib/Makefile Thu Oct 03 15:00:07 2019 +0000
+++ b/graphics/MesaLib/Makefile Thu Oct 03 15:50:06 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.166 2019/09/09 01:00:49 nia Exp $
+# $NetBSD: Makefile,v 1.167 2019/10/03 15:50:06 nia Exp $
 
 DISTNAME=      mesa-19.1.6
 PKGNAME=       ${DISTNAME:S/mesa/MesaLib/}
@@ -62,7 +62,6 @@
 .if ${OPSYS} != "Darwin" && ${OPSYS} != "Cygwin"
 .include "../../x11/libdrm/buildlink3.mk"
 MESA_PLATFORMS+=       drm
-MESON_ARGS+=           -Ddri3=true
 .  if ${OPSYS} != "SunOS"
 MESON_ARGS+=           -Degl=true
 MESON_ARGS+=           -Dgbm=true



Home | Main Index | Thread Index | Old Index