Make `brotli` a global flag. It is used consistently by 17 packages. Signed-off-by: Michał Górny <[email protected]> --- profiles/use.desc | 1 + 1 file changed, 1 insertion(+)
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 -- 2.42.0
