From 1ce9265b39a40241f7e5bc6baf7b5c2b283568b8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 27 Mar 2016 21:52:30 +0900 Subject: [PATCH] debian-bootstrap.sh: add libwebkitgtk-3.0-dev for webkitgtk3 --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 04e2db2d..528c6c70 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -84,6 +84,7 @@ apt-get install -y \ libtre-dev \ libudev-dev \ libusb-1.0-0-dev \ + libwebkitgtk-3.0-dev \ libxau-dev \ libxml2-dev \ libxss-dev \