Wireshark-commits: [Wireshark-commits] master 27646e1: cmake: fix GTK3 detection via pkg-config

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

Commits:

27646e1 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>
    

Actions performed:

    from  cb2627c   format DIS header timestamp as mm:ss.nnnnnn
    adds  27646e1   cmake: fix GTK3 detection via pkg-config


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