From b8fb052319adeb5101f3f895e65b0fe32269beab Mon Sep 17 00:00:00 2001 From: sbd Date: Mon, 20 May 2013 07:04:35 +0000 Subject: Make dri a suggested option on Linux i386 and x86_64. --- graphics/MesaLib/options.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/MesaLib/options.mk b/graphics/MesaLib/options.mk index c77a650a831..74b62774fd8 100644 --- a/graphics/MesaLib/options.mk +++ b/graphics/MesaLib/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.21 2013/05/20 01:43:05 sbd Exp $ +# $NetBSD: options.mk,v 1.22 2013/05/20 07:04:35 sbd Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.MesaLib PKG_SUPPORTED_OPTIONS= @@ -33,6 +33,9 @@ PKG_SUPPORTED_OPTIONS+= dri .if !empty(MACHINE_PLATFORM:MNetBSD-[4-9]*-*86*) && ${X11_TYPE} == "modular" PKG_SUGGESTED_OPTIONS+= dri .endif +.if !empty(MACHINE_PLATFORM:MLinux-*-*86*) && ${X11_TYPE} == "modular" +PKG_SUGGESTED_OPTIONS+= dri +.endif .if ${OPSYS} == "DragonFly" || (${OPSYS} == "SunOS" && ${OS_VERSION} == "5.11") PKG_SUGGESTED_OPTIONS+= dri -- cgit v1.2.3