diff options
author | sbd <sbd> | 2013-05-20 07:04:35 +0000 |
---|---|---|
committer | sbd <sbd> | 2013-05-20 07:04:35 +0000 |
commit | b069046ce510e0a04fdba859ef41bbb23d4d9d9d (patch) | |
tree | 159a0c125b0539b1e5cec0090b8ebbedf6c240d3 /graphics | |
parent | 15cc4fbf19b955550248fd73d0739b9e1e81bf17 (diff) | |
download | pkgsrc-b069046ce510e0a04fdba859ef41bbb23d4d9d9d.tar.gz |
Make dri a suggested option on Linux i386 and x86_64.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/MesaLib/options.mk | 5 |
1 files changed, 4 insertions, 1 deletions
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 |