diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-08-02 20:05:19 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-08-02 20:05:19 +0100 |
commit | b151049b80ab48662411f71e60ed94bce91c7157 (patch) | |
tree | e89ed7b4c4a4ac8714ad9d464f2ae1dff0d104cc | |
parent | profiles: add container/docker (diff) | |
download | portage-b151049b80ab48662411f71e60ed94bce91c7157.tar.xz |
profiles/desktop: enable USE=idn cjk
-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 0c9b740a..b0ba0020 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -45,7 +45,7 @@ USE="${USE} X xorg" USE="${USE} -gles -gles2 -gnome -qt3support -qt5 -wxwidgets fbcon fbcondecor" # Linguas -USE="${USE} nls" +USE="${USE} nls idn cjk" # Coding USE="${USE} aspell icu spell" |