Wireshark-commits: [Wireshark-commits] master-3.0 b13a829: tools: do not install doxygen

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

Commits:

b13a829 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>
    (cherry picked from commit 2b50d124ec511268ff459335744761adeace018d)
    Reviewed-on: https://code.wireshark.org/review/36475
    

Actions performed:

    from  cc5b85e   Remove unwanted newline.
     add  b13a829   tools: do not install doxygen


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