From Matthieu Patou <mat@matws.net>

Add extra paths for finding GTK2
This makes wireshark build on 64 bit Natty boxens


svn path=/trunk/; revision=37515
This commit is contained in:
Ronnie Sahlberg 2011-06-02 06:59:23 +00:00
parent bfa6690f20
commit bf2c1a9dcb
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ function(_GTK2_FIND_INCLUDE_DIR _var _hdr)
find_path(${_var} ${_hdr}
PATHS
/usr/lib/x86_64-linux-gnu
/usr/local/lib64
/usr/local/lib
/usr/lib64