Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
9a174d72
Commit
9a174d72
authored
Dec 04, 2019
by
Peter Barker
Browse files
Vagrantfile: install libsdl2-dev
parent
7353fb40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Vagrantfile
View file @
9a174d72
...
...
@@ -108,7 +108,7 @@ MAKE
:pro
=>
yaml_config
[
'pro'
],
:spec
=>
yaml_config
[
'spec'
],
:deps_url
=>
yaml_config
[
'deps_url'
],
:apt_pkgs
=>
(
travisfile
[
'addons'
][
'apt'
][
'packages'
]
+
[
'git'
,
'build-essential'
,
'fuse'
]).
join
(
' '
),
:apt_pkgs
=>
(
travisfile
[
'addons'
][
'apt'
][
'packages'
]
+
[
'git'
,
'build-essential'
,
'fuse'
,
'libsdl2-dev'
]).
join
(
' '
),
:build_env
=>
travisfile
[
'env'
][
'global'
].
select
{
|
item
|
item
.
is_a?
(
String
)
}.
join
(
' '
),
:project_root_dir
=>
yaml_config
[
'project_root_dir'
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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