We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c29f7 commit 74ce9a7Copy full SHA for 74ce9a7
icons/meson.build
@@ -38,8 +38,7 @@ if not inkscape.found()
38
warning('Inkscape not found, bitmap rendering not supported')
39
endif
40
41
-# render_wrappers = xvfb_run.found() ? [xvfb_run, '-a', '--'] : []
42
-render_wrappers = []
+render_wrappers = xvfb_run.found() ? [xvfb_run, '-a', '--'] : []
43
render_wrappers += dbus_run_session.found() ? [dbus_run_session, '--'] : []
44
45
accented_full_svgs = []
0 commit comments