Wireshark-commits: [Wireshark-commits] master-2.0 504c7d0: cmake: fix GTK3 detection via pkg-config

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 9 May 2016 20:02:50 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=504c7d05f499385509168c4b0c710d8320b80e6d
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

504c7d0 by Peter Wu (peter@xxxxxxxxxxxxx):

    cmake: fix GTK3 detection via pkg-config
    
    Put QUIET before the module name, otherwise FindPkgConfig tries to
    locate a module named QUIET. This fixes a build failure that complains
    about missing pango/pango.h.
    
    Tested with GTK 3.20, CMake 3.5.2 on Arch Linux.
    
    Change-Id: I76e487d0f4b7f9fbac4105521c349b392b680923
    Reviewed-on: https://code.wireshark.org/review/15314
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    (cherry picked from commit 27646e1cb4a6bc1348921dbff2a2590fcdfeba6e)
    Reviewed-on: https://code.wireshark.org/review/15315
    

Actions performed:

    from  557f902   format DIS header timestamp as mm:ss.nnnnnn
    adds  504c7d0   cmake: fix GTK3 detection via pkg-config


Summary of changes:
 cmake/modules/FindGTK3.cmake |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)