Wireshark-commits: [Wireshark-commits] master 2b50d12: tools: do not install doxygen

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 16 Mar 2020 21:55:40 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2b50d124ec511268ff459335744761adeace018d
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

2b50d12 by Peter Wu (peter@xxxxxxxxxxxxx):

    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@xxxxxxxxxxxxx>
    

Actions performed:

    from  5cb8343   packet-dcerpc-netlogon: dissect and verify NETWORK_LOGON messages
     add  2b50d12   tools: do not install doxygen


Summary of changes:
 tools/alpine-setup.sh     | 1 -
 tools/bsd-setup.sh        | 1 -
 tools/debian-setup.sh     | 1 -
 tools/macos-setup-brew.sh | 2 +-
 tools/rpm-setup.sh        | 1 -
 5 files changed, 1 insertion(+), 5 deletions(-)