From 8815539692e377c4f4843a05ea6fe2a7cf683d3c Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Mon, 22 Jul 2019 16:31:30 +0900 Subject: [PATCH] Add libglfw3-dev to linux build deps script This ensures that the OpenGL headers and GLFW are installed. --- build/install-build-deps-linux-desktop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/install-build-deps-linux-desktop.sh b/build/install-build-deps-linux-desktop.sh index ef24ad5d95cf5..5bb88e42cc468 100755 --- a/build/install-build-deps-linux-desktop.sh +++ b/build/install-build-deps-linux-desktop.sh @@ -8,4 +8,4 @@ set -e -sudo apt-get -y install libgtk-3-dev libx11-dev +sudo apt-get -y install libgtk-3-dev libx11-dev libglfw3-dev