aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2020-03-14 16:30:50 +0000
committerPeter Wu <peter@lekensteyn.nl>2020-03-16 21:55:32 +0000
commit2b50d124ec511268ff459335744761adeace018d (patch)
tree8f3e1b0dac7b2bbf28c7f7b03ddee254f79bb35c
parent5cb8343fb9d1e17e43a87b2c369b11a17e062c3f (diff)
tools: do not install doxygen
Most people will never generate API documentation by running the 'wsar_html' target and will not notice any feature degradation. On Ubuntu 18.04, doxygen depends on libclang1-6.0 (and indirectly libllvm6.0), 108M can be saved by not installing these. Change-Id: I51b58f4106696b5475c48afcdaed256f9a97cc81 Reviewed-on: https://code.wireshark.org/review/36416 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
-rwxr-xr-xtools/alpine-setup.sh1
-rwxr-xr-xtools/bsd-setup.sh1
-rwxr-xr-xtools/debian-setup.sh1
-rwxr-xr-xtools/macos-setup-brew.sh2
-rwxr-xr-xtools/rpm-setup.sh1
5 files changed, 1 insertions, 5 deletions
diff --git a/tools/alpine-setup.sh b/tools/alpine-setup.sh
index 94d27e8437..6cb461f6f9 100755
--- a/tools/alpine-setup.sh
+++ b/tools/alpine-setup.sh
@@ -58,7 +58,6 @@ BASIC_LIST="cmake \
ADDITIONAL_LIST="
git \
- doxygen \
asciidoctor \
libssh-dev \
spandsp-dev \
diff --git a/tools/bsd-setup.sh b/tools/bsd-setup.sh
index ad4f4f3e99..7b8acc8880 100755
--- a/tools/bsd-setup.sh
+++ b/tools/bsd-setup.sh
@@ -49,7 +49,6 @@ ADDITIONAL_LIST="\
gettext-tools \
snappy \
bcg729 \
- doxygen \
libssh \
libmaxminddb \
libsmi \
diff --git a/tools/debian-setup.sh b/tools/debian-setup.sh
index eeffa11648..4c01225bcd 100755
--- a/tools/debian-setup.sh
+++ b/tools/debian-setup.sh
@@ -82,7 +82,6 @@ ADDITIONAL_LIST="libnl-3-dev \
libminizip-dev \
git \
ninja-build \
- doxygen \
xsltproc \
libspeexdsp-dev"
diff --git a/tools/macos-setup-brew.sh b/tools/macos-setup-brew.sh
index 33baeb17cf..681de081e6 100755
--- a/tools/macos-setup-brew.sh
+++ b/tools/macos-setup-brew.sh
@@ -14,7 +14,7 @@ brew update
# install some libs needed by Wireshark
brew install c-ares glib libgcrypt gnutls lua@5.1 cmake python nghttp2 snappy lz4 libxml2 ninja libmaxminddb \
- doxygen libsmi spandsp brotli minizip zstd libssh libilbc speexdsp gettext qt5 "$@"
+ libsmi spandsp brotli minizip zstd libssh libilbc speexdsp gettext qt5 "$@"
# Uncomment to enable automatic updates using Sparkle
# brew cask install sparkle
diff --git a/tools/rpm-setup.sh b/tools/rpm-setup.sh
index 6270ca40a3..bc4cd5a150 100755
--- a/tools/rpm-setup.sh
+++ b/tools/rpm-setup.sh
@@ -62,7 +62,6 @@ ADDITIONAL_LIST="libcap-devel \
snappy-devel \
minizip-devel \
lz4 \
- doxygen \
libxml2-devel \
spandsp-devel \
systemd-devel \