The 'snappy' flag is used consistently in 9 packages. Make it a global flag.
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 0969d8f8b7b5..b0df28227678 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -294,6 +294,7 @@ slang - Add support for the slang text display library (it's like ncurses, but d slp - Add Service Locator Protocol support smartcard - Enable smartcard support smp - Enable support for multiprocessors or multicore systems +snappy - Enable support for Snappy compression (as implemented in app-arch/snappy) sndfile - Add support for libsndfile snmp - Add support for the Simple Network Management Protocol if available soap - Add support for SOAP (Simple Object Access Protocol) -- 2.23.0
