Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex Goins
xserver
Commits
0a005c4f
Commit
0a005c4f
authored
Apr 04, 2019
by
Emma Anholt
Browse files
test: Fix meson build with xvfb disabled.
Fixes #678 Signed-off-by:
Eric Anholt
<
eric@anholt.net
>
parent
8ab80fd5
Changes
1
Show whitespace changes
Inline
Side-by-side
test/meson.build
View file @
0a005c4f
...
@@ -36,14 +36,15 @@ rendercheck_tests = [
...
@@ -36,14 +36,15 @@ rendercheck_tests = [
]
]
rendercheck = find_program('rendercheck', required:false)
rendercheck = find_program('rendercheck', required:false)
xvfb_args = [
if get_option('xvfb')
xvfb_args = [
xvfb_server.full_path(),
xvfb_server.full_path(),
'-screen',
'-screen',
'scrn',
'scrn',
'1280x1024x24',
'1280x1024x24',
]
]
if get_option('xvfb')
test('XTS',
test('XTS',
find_program('scripts/xvfb-piglit.sh'),
find_program('scripts/xvfb-piglit.sh'),
env: piglit_env,
env: piglit_env,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment