summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-10-03 15:50:06 +0000
committernia <nia@pkgsrc.org>2019-10-03 15:50:06 +0000
commitc8801151881b50dd432578abe39ee0cf0a894b41 (patch)
tree3035e1d3965788ee03ba5d0ba9feb07da601048c /graphics
parentb4ea9290376bc775a51fc0065b54a427d2dad227 (diff)
downloadpkgsrc-c8801151881b50dd432578abe39ee0cf0a894b41.tar.gz
MesaLib: Allow dri3 to be autodetected
Diffstat (limited to 'graphics')
-rw-r--r--graphics/MesaLib/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile
index 9401cdbee58..acf45768d16 100644
--- a/graphics/MesaLib/Makefile
+++ b/graphics/MesaLib/Makefile
@@ -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 @@ PLIST_VARS+= egl gbm vaapi xatracker
.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