mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 13:23:45 +01:00
Fix typo
This commit is contained in:
parent
b230f8f1b3
commit
75f513407c
@ -39,7 +39,7 @@ if check.found()
|
||||
xvfb_args = ['-s', '-screen 0 1400x900x24 -ac +extension GLX +render -noreset']
|
||||
xvfb_h_output = run_command(xvfb, '-h', capture: true, check: false)
|
||||
if xvfb_h_output.stdout().contains('--auto-display')
|
||||
# becasue Arch and Fedora
|
||||
# because Arch and Fedora
|
||||
xvfb_args += ['-d']
|
||||
else
|
||||
xvfb_args += ['-a']
|
||||
|
Loading…
Reference in New Issue
Block a user