diff options
author | maya <maya> | 2017-07-01 06:40:45 +0000 |
---|---|---|
committer | maya <maya> | 2017-07-01 06:40:45 +0000 |
commit | ed5ba049a02394ffb2ef029a9f079426b758e62f (patch) | |
tree | 2e045b5b79959c12ddf9501731254d694f58f30c | |
parent | 0f149e404a288506394a186aca941f90beccf2c3 (diff) | |
download | pkgsrc-ed5ba049a02394ffb2ef029a9f079426b758e62f.tar.gz |
Require GCC 4.8 if using the dri option
-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 804771c9e60..ffd073abe28 100644 --- a/graphics/MesaLib/options.mk +++ b/graphics/MesaLib/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.55 2017/03/22 20:22:31 markd Exp $ +# $NetBSD: options.mk,v 1.56 2017/07/01 06:40:45 maya Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.MesaLib PKG_SUPPORTED_OPTIONS= llvm dri @@ -30,7 +30,7 @@ PLIST_VARS+= dri swrast_dri i915_dri nouveau_dri i965_dri radeon_dri r200_dri PLIST_VARS+= gbm vaapi vdpau wayland xatracker .if !empty(PKG_OPTIONS:Mdri) - +GCC_REQD+= 4.8 CONFIGURE_ARGS+= --enable-dri CONFIGURE_ARGS+= --enable-egl .if ${OPSYS} != "Darwin" |