icons: set GEGL_USE_OPENCL=no for symbolic icon inversion

Observed initialization time for OpenCL observed on modern systems has been up
to 1 second - OpenCL speed ups will not outweigh initialization costs for these
small icons.
This commit is contained in:
Øyvind Kolås 2016-09-20 21:51:27 +02:00
parent 7b4895fd1e
commit dfad0d115e
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ scalable/%.svg: ../Symbolic/scalable/%.svg $(top_builddir)/tools/invert-svg$(BUI
# But it doesn't. If someone knows how, feel free to fix it back into
# a single rule.
MAKE_ICON = mkdir -p `dirname $@`; $(GEGL) $< -o $@ -- gegl:invert-gamma
MAKE_ICON = mkdir -p `dirname $@`; GEGL_USE_OPENCL=no GEGL_SWAP=ram $(GEGL) $< -o $@ -- gegl:invert-gamma
12/%.png: $(top_srcdir)/icons/Symbolic/12/%.png
$(MAKE_ICON)