diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-01-09 00:56:46 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-01-09 00:56:46 +0000 |
commit | 89166fb1a59c6f308fe87cc3e30e51e9eee0d831 (patch) | |
tree | d1c70cfa49e2b82622ab2dda11e5a4d621d972c1 /profiles | |
parent | profiles/desktop: enable bmp, ico and png USE flag (diff) | |
download | portage-89166fb1a59c6f308fe87cc3e30e51e9eee0d831.tar.xz |
profiles/desktop: enable json USE flag
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 acc31b3a..595908a6 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -74,7 +74,7 @@ USE="${USE} latex" USE="${USE} -accessibility -espeak -udisks highlight" # Misc desktop -USE="${USE} cue fftw libaas srt xface" +USE="${USE} cue fftw json libaas srt xface" # Systemd USE="${USE} user-session policykit" |