pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/MesaLib



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Oct  3 15:50:06 UTC 2019

Modified Files:
        pkgsrc/graphics/MesaLib: Makefile

Log Message:
MesaLib: Allow dri3 to be autodetected


To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 pkgsrc/graphics/MesaLib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/MesaLib/Makefile
diff -u pkgsrc/graphics/MesaLib/Makefile:1.166 pkgsrc/graphics/MesaLib/Makefile:1.167
--- pkgsrc/graphics/MesaLib/Makefile:1.166      Mon Sep  9 01:00:49 2019
+++ pkgsrc/graphics/MesaLib/Makefile    Thu Oct  3 15:50:06 2019
@@ -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



Home | Main Index | Thread Index | Old Index