diff options
author | 2013-01-21 09:26:05 +0000 | |
---|---|---|
committer | 2013-01-21 09:26:05 +0000 | |
commit | d3daca4ecd94278ecb753f0e76ff6ecbb920a12b (patch) | |
tree | 8a9c351c70c2774e9aa6e1fc5e7cc66b46131afc /profiles/default | |
parent | initial commit of python-cinderclient (diff) | |
download | gentoo-2-d3daca4ecd94278ecb753f0e76ff6ecbb920a12b.tar.gz gentoo-2-d3daca4ecd94278ecb753f0e76ff6ecbb920a12b.tar.bz2 gentoo-2-d3daca4ecd94278ecb753f0e76ff6ecbb920a12b.zip |
Re-add USE=dri to default/linux after discussion
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/make.defaults | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults index b658f7320b33..676b097f1e5b 100644 --- a/profiles/default/linux/make.defaults +++ b/profiles/default/linux/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.18 2013/01/20 13:55:43 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.19 2013/01/21 09:26:05 dilfridge Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -23,6 +23,12 @@ USE="${USE} mudflap fortran openmp" # global USE flags that may be expected to be set by other packages. USE="${USE} cli pcre session" +# 2006/03/07 - Donnie Berkholz <dberkholz@gentoo.org> +# Modular X: Support direct rendering by default +# 2013/01/21 - Andreas K. Huettel <dilfridge@gentoo.org> +# Re-added following discussion with chithead +USE="${USE} dri" + # 2006/10/28 - Luca Barbato <lu_zero@gentoo.org> # on glibc system you cannot turn it off USE="${USE} iconv" |