Skip to content

Commit 74ce9a7

Browse files
committed
icons/meson: Use xvfb-run if any (again)
1 parent 41c29f7 commit 74ce9a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

icons/meson.build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ if not inkscape.found()
3838
warning('Inkscape not found, bitmap rendering not supported')
3939
endif
4040

41-
# render_wrappers = xvfb_run.found() ? [xvfb_run, '-a', '--'] : []
42-
render_wrappers = []
41+
render_wrappers = xvfb_run.found() ? [xvfb_run, '-a', '--'] : []
4342
render_wrappers += dbus_run_session.found() ? [dbus_run_session, '--'] : []
4443

4544
accented_full_svgs = []

0 commit comments

Comments
 (0)