diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-01-09 00:56:14 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-01-09 00:56:14 +0000 |
commit | b32ad925a550e11eb65681d908ad0db44ca79d9c (patch) | |
tree | 0005b748ad4c8c689d83312de2dec353b8efa8c8 /profiles | |
parent | profiles/desktop: disable gles and gles2 (diff) | |
download | portage-b32ad925a550e11eb65681d908ad0db44ca79d9c.tar.xz |
profiles/desktop: enable bmp, ico and png 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 38fb26b8..acc31b3a 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -53,7 +53,7 @@ USE="${USE} -flash webkit" USE="${USE} network -ppp bluetooth connman -ldap curl jingle http geoip mms rtmp rtsp telepathy smi wifi -wext" # Image codec -USE="${USE} graphviz imagemagick jbig jpeg jp2k jpeg2k svg webp xft xpm" +USE="${USE} graphviz imagemagick bmp ico jbig jpeg jp2k jpeg2k png svg webp xft xpm" # Sound system USE="${USE} alsa audioscrobbler gstreamer pulseaudio scrobbler" |