diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 14:07:33 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 14:07:33 +0100 |
commit | dd263dd7b084ae75654fd2b1c2b6acc957e6b64c (patch) | |
tree | 0b1da346d71c8c14068d2baeb683ed2916c0c532 /profiles | |
parent | profiles/desktop: Enable vpx USE flag by default (diff) | |
download | portage-dd263dd7b084ae75654fd2b1c2b6acc957e6b64c.tar.xz |
profiles/desktop: Enable highlight USE flag by default
Diffstat (limited to 'profiles')
-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 9a0f9528..7e4682a2 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -74,7 +74,7 @@ USE="${USE} ffmpeg matroska mp4 mpeg ogg ogm quicktime theora xine" USE="${USE} latex" # Accessiblity -USE="${USE} -accessibility -espeak -udisks" +USE="${USE} -accessibility -espeak -udisks highlight" # Misc desktop USE="${USE} cue libaas srt xface" |