From 94fdb768ca433ce0b5c6d998ca96f753ee0bead8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 28 Mar 2016 17:00:01 +0900 Subject: [PATCH] debian-bootstrap.sh: add libgtksourceview-3.0-dev (for leksah) --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 528c6c70..84dcad55 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -58,6 +58,7 @@ apt-get install -y \ libgsl0-dev \ libgtk-3-dev \ libgtk2.0-dev \ + libgtksourceview-3.0-dev \ libhidapi-dev \ libicu-dev \ libjudy-dev \