diff options
Diffstat (limited to 'profiles/releases/17.0/make.defaults')
-rw-r--r-- | profiles/releases/17.0/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/releases/17.0/make.defaults b/profiles/releases/17.0/make.defaults index b64025222418..033d62626f91 100644 --- a/profiles/releases/17.0/make.defaults +++ b/profiles/releases/17.0/make.defaults @@ -2,5 +2,5 @@ # Distributed under the terms of the GNU General Public License v2 # make sure toolchain has sane defaults <toolchain@gentoo.org> -# move cli here from default/linux -USE="${USE} cli fortran openmp" +# move cli and dri here from default/linux +USE="${USE} cli dri fortran openmp" |