From 9a174d7224815f494f6069583779c98e92588fe3 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Wed, 4 Dec 2019 21:12:01 +1100 Subject: [PATCH] Vagrantfile: install libsdl2-dev --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 2e5dce434..1ef6fd311 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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'], -- 2.22.0