diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-22 14:42:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-27 17:18:08 +0200 |
commit | 793d045b45e7e75ec8a909b9307b79e27b2b7ac8 (patch) | |
tree | 4082a363af430a446e4aff086850f656266b063b | |
parent | profiles/use.desc: Add `jpegxl` flag for JPEG XL image format (diff) | |
download | gentoo-793d045b45e7e75ec8a909b9307b79e27b2b7ac8.tar.gz gentoo-793d045b45e7e75ec8a909b9307b79e27b2b7ac8.tar.bz2 gentoo-793d045b45e7e75ec8a909b9307b79e27b2b7ac8.zip |
profiles/use.desc: Add `brotli` for Brotli compression support
Make `brotli` a global flag. It is used consistently by 17 packages.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | profiles/use.desc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/use.desc b/profiles/use.desc index c77746fe71b1..fcd11046a2d5 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -31,6 +31,7 @@ bindist - Flag to enable or disable options for prebuilt (GRP) packages (eg. due blas - Add support for the virtual/blas numerical library bluetooth - Enable Bluetooth Support branding - Enable Gentoo specific branding +brotli - Enable Brotli compression support build - !!internal use only!! DO NOT SET THIS FLAG YOURSELF!, used for creating build images and the first half of bootstrapping [make stage1] bzip2 - Use the bzlib compression library cairo - Enable support for the cairo graphics library |