diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2019-11-04 14:37:05 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2019-11-27 09:55:15 +0100 |
commit | ef9574cc70143537b1f2745256de1aeb2ab28a97 (patch) | |
tree | a88e001c361f662b1b10b5d5d839ca4bbb98b98a /vcl/skia/README | |
parent | 388e6a52d24aae46f915ade3ca051c4178b26d72 (diff) |
move docs for Skia env.vars. to vcl/README.vars
Change-Id: I9260e277b83f71ee06129802d8278f098796760c
Diffstat (limited to 'vcl/skia/README')
-rw-r--r-- | vcl/skia/README | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/vcl/skia/README b/vcl/skia/README index 6c3da7254b8b..793c16e8dd39 100644 --- a/vcl/skia/README +++ b/vcl/skia/README @@ -4,15 +4,10 @@ See external/skia for info on the library itself. Environment variables: ====================== -SAL_DISABLESKIA=1 - force disabled Skia -SAL_ENABLESKIA=1 - enable Skia, unless blacklisted (and if the VCL backend supports Skia) -SAL_FORCESKIA=1 - force using Skia, even if blacklisted -SAL_SKIA=raster|vulkan - select Skia's drawing method, by default Vulkan is used +See README.vars in the toplevel vcl/ directory. Note that many backends do not +use Skia. E.g. on Linux it is necessary to also use SAL_USE_VCLPLUGIN=gen . -There also also GUI options for controlling whether Skia is enabled. - -Note that many backends do not use Skia. E.g. on Linux it is necessary to also use -SAL_USE_VCLPLUGIN=gen . +There are also GUI options for controlling whether Skia is enabled. Skia drawing methods: ===================== |