aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2018-10-22 14:43:43 +0200
committerAnders Broman <a.broman58@gmail.com>2018-10-22 18:53:32 +0000
commit9c45fbcd08f9e4fd1d2e108e8669bf2d00426e90 (patch)
treefb3e2b976d3895ab6766d0effe4dbdad15c0b366 /tools
parent35adb8552c39a20adb321287ed925ae0d1f72060 (diff)
debian-setup: install GLib development headers
Previously installed as transitive dependency of libgtk2.0-dev. Installed as transitive dependency of libjson-glib-dev since v2.9.0rc0-201-g511c2e166a, but this is an optional package. Change-Id: Id4b8523b2d614d273fdb71e91878d4d1a4518572 Fixes: v2.9.0rc0-310-gf23a934492 ("Don't install autotools or GTK+, but do install CMake.") Reviewed-on: https://code.wireshark.org/review/30336 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/debian-setup.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/debian-setup.sh b/tools/debian-setup.sh
index 10570f71e2..25050c519b 100755
--- a/tools/debian-setup.sh
+++ b/tools/debian-setup.sh
@@ -42,7 +42,8 @@ do
fi
done
-BASIC_LIST="qttools5-dev \
+BASIC_LIST="libglib2.0-dev \
+ qttools5-dev \
qttools5-dev-tools \
libqt5svg5-dev \
qtmultimedia5-dev \