diff options
author | sbd <sbd> | 2013-05-20 01:43:05 +0000 |
---|---|---|
committer | sbd <sbd> | 2013-05-20 01:43:05 +0000 |
commit | cc16ad5adc9f91ba84ac7c5e011188ca3074d98b (patch) | |
tree | f52324b89da45434565502f74a9e932caae020c2 /graphics | |
parent | 178710677b4a97f79a493732f775fdd08c41592e (diff) | |
download | pkgsrc-cc16ad5adc9f91ba84ac7c5e011188ca3074d98b.tar.gz |
The configure arg --with-driver= takes 'xlib' OR 'osmesa' not 'xlib,osmesa'.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/MesaLib/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |