diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 13:53:25 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 13:53:25 +0100 |
commit | a99588dec6eeb6cd9f3db05f0e63cce87f26d136 (patch) | |
tree | 3053d58786e67db00a31f2613d9a094222c970f9 | |
parent | profiles/desktop: Disable qt4 and qt5 USE flag by default (diff) | |
download | portage-a99588dec6eeb6cd9f3db05f0e63cce87f26d136.tar.xz |
profiles/desktop: Enable fbcon and fbcondecor USE flag by default
-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 1c94016a..1513a052 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -41,7 +41,7 @@ USE="${USE} -policykit -consolekit smartcard pkcs11" USE="${USE} -xcb X xorg" # Graphical toolkits -USE="${USE} -gnome -qt3support -qt4 -qt5 -wxwidgets" +USE="${USE} -gnome -qt3support -qt4 -qt5 -wxwidgets fbcon fbcondecor" # Linguas USE="${USE} -nls" |