diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-01-09 00:55:55 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-01-09 00:55:55 +0000 |
commit | 1bdedb9d9fe3fefb724fa3510cd1bc92cc65c2c0 (patch) | |
tree | 05dc8b6039207d618b3aaa506af19b28ae57bdd0 /profiles/desktop | |
parent | factory-default: define kernel.unprivileged_bpf_disabled sysctl (diff) | |
download | portage-1bdedb9d9fe3fefb724fa3510cd1bc92cc65c2c0.tar.xz |
profiles/desktop: disable gles and gles2
Diffstat (limited to 'profiles/desktop')
-rw-r--r-- | profiles/desktop/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/desktop/make.defaults b/profiles/desktop/make.defaults index 11bfd8c5..38fb26b8 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -38,7 +38,7 @@ USE="${USE} -consolekit smartcard pkcs11" USE="${USE} X xorg" # Graphical toolkits -USE="${USE} -gnome -qt3support -qt5 -wxwidgets fbcon fbcondecor" +USE="${USE} -gles -gles2 -gnome -qt3support -qt5 -wxwidgets fbcon fbcondecor" # Linguas USE="${USE} nls" |