summaryrefslogtreecommitdiff
path: root/cmake/modules/FindGTK2.cmake
AgeCommit message (Collapse)AuthorFilesLines
2011-06-08Copy over changes from cmake git HEAD.Jörg Mayer1-4/+9
svn path=/trunk/; revision=37619
2011-06-02From Matthieu Patou <mat@matws.net>Ronnie Sahlberg1-0/+1
Add extra paths for finding GTK2 This makes wireshark build on 64 bit Natty boxens svn path=/trunk/; revision=37515
2011-05-17Update to FindGTK2 from cmake 2.8.3. Add back quartz options whichJörg Mayer1-14/+45
are not part of the official cmake release. svn path=/trunk/; revision=37198
2011-02-09Accommodate the CMake build on Ubuntu 10.10.Jaap Keuter1-0/+1
svn path=/trunk/; revision=35888
2011-01-08From H.sivank:Guy Harris1-0/+1
-A patch to fix configure with cmake with macports libs. (gdk-pixbuf has now its own port. Location of headers has changed.) svn path=/trunk/; revision=35429
2010-09-23H.sivank:Jörg Mayer1-0/+3
Cmake fixes. svn path=/trunk/; revision=34225
2010-03-08Added search for GDKPIXBUF to help building on OSX.Stig Bjørlykke1-3/+2
svn path=/trunk/; revision=32141
2010-03-06Search for includes and libs in /opt/local/ (MacPorts).Stig Bjørlykke1-0/+2
svn path=/trunk/; revision=32129
2010-03-04Copy over the introduction of Makefile.common changeJörg Mayer1-395/+517
Replace FindGTK2 by version included in cmake 2.8.x svn path=/trunk/; revision=32119
2009-09-23- Add $Id: $ tagsJörg Mayer1-0/+2
- FindHtmlViewer.cmake: Try to add reading the name of the html viewer from the HTML_VIEWER environment variable (untested) svn path=/trunk/; revision=30104
2009-09-23Try finding pixbuf and pango libraries to help building on OSX.Stig Bjørlykke1-0/+31
svn path=/trunk/; revision=30098
2009-09-09CMAKE: Get most of of missing *build* pieces into placeJörg Mayer1-0/+2
svn path=/trunk/; revision=29819
2009-08-18Search for includes and libs in /opt/local/ (MacPorts).Stig Bjørlykke1-0/+17
svn path=/trunk/; revision=29465
2006-10-24Parts of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1179Jörg Mayer1-4/+36
Frederic Heem: * More cmake system checks. It compiles dumpcap without running configure, svn path=/trunk/; revision=19672
2006-09-06The last update to FindGTK2.cmake was incompatible with it's use.Jörg Mayer1-1/+3
Fix a bug and adapt CMakeLists.txt to the new usage. svn path=/trunk/; revision=19169
2006-09-06Update to newer version of the file fromJörg Mayer1-256/+342
http://cmake-modules.googlecode.com/svn/trunk/ This update adds a license text (dual: GPLv2 and 3 clause BSD) svn path=/trunk/; revision=19166
2006-09-05OK, as I haven't had any negative feedback, I'm adding my workJörg Mayer1-0/+260
to use cmake as a build system. It's in no way complete, I'd just like others to be able to participate in playing with cmake and to document what I'm doing. Please read the README.cmake for what can be done right now. svn path=/trunk/; revision=19149