From cc16ad5adc9f91ba84ac7c5e011188ca3074d98b Mon Sep 17 00:00:00 2001 From: sbd Date: Mon, 20 May 2013 01:43:05 +0000 Subject: The configure arg --with-driver= takes 'xlib' OR 'osmesa' not 'xlib,osmesa'. --- graphics/MesaLib/options.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics') diff --git a/graphics/MesaLib/options.mk b/graphics/MesaLib/options.mk index d58286105d5..c77a650a831 100644 --- a/graphics/MesaLib/options.mk +++ b/graphics/MesaLib/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.20 2013/05/16 05:22:02 richard Exp $ +# $NetBSD: options.mk,v 1.21 2013/05/20 01:43:05 sbd Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.MesaLib PKG_SUPPORTED_OPTIONS= @@ -57,7 +57,7 @@ BUILDLINK_API_DEPENDS.libdrm+= libdrm>=2.4.9 . include "../../graphics/MesaLib/dri.mk" CONFIGURE_ARGS+= --with-dri-drivers="i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon savage sis swrast tdfx unichrome" .else -CONFIGURE_ARGS+= --with-driver=xlib,osmesa +CONFIGURE_ARGS+= --with-driver=xlib PLIST.nodri= yes ### ### XXX building libOSMesa breaks with -j, and GNU make has no .WAIT -- cgit v1.2.3