summaryrefslogtreecommitdiffstats
path: root/Modules/FindGTK2.cmake
Commit message (Collapse)AuthorAgeFilesLines
* 11429: FindGTK2 does not find libraries built for Visual Studio 2010Philip Lowman2010-11-101-4/+9
| | | | | Adds support for detecting builds of FindGTK2 with Visual Studio 2010. Thanks to Vincent Levesque for the patch.
* Use absolute path to FindPackageHandleStandardArgs.cmake everywhereAlex Neundorf2010-09-281-1/+1
| | | | | | | This is to avoid getting an (older) copy of FPHSA.cmake which is e.g. installed with KDE 4.5.0 and 4.5.1. Alex
* Merge patch for detecting gdk-pixbuf libraryPhilip Lowman2010-09-041-3/+8
| | | | | | | The gdk-pixbuf library was split off from core GTK in 2.21 so it could be used separately by people outside GTK. Now FindGTK searches and adds it to the library/include list. Thanks to Vincent Untz for the patch and Ricardo Cruz for the heads up.
* 10688: FindGTK2.cmake doesn't auto-detect macportsPhilip Lowman2010-08-201-1/+5
|
* Several fixes needed to improve Windows supportPhilip Lowman2010-08-121-6/+27
| | | | | | | | | | | * Add support for detecting fontconfig.h header * Call find_package(Freetype) since it's required * Add support for allowing users to add additional library directories via the GTK2_ADDITIONAL_SUFFIXES variable (kind of a future-kludge in case the GTK developers change versions on any of the directories in the future). * Fixed a problem on Windows where you had to configure twice to find the gtk & gdk libraries
* Add detection for new pangommconfig.h header filePhilip Lowman2010-08-121-0/+1
| | | | | Thanks to Sune Vuorela & the Debian Project for the patch http://git.debian.org/?p=collab-maint/cmake.git;a=commitdiff;h=5dc3acd7
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
|
* Should get FindGTK2 working with fink on Mac OSXPhilip Lowman2010-01-051-1/+9
|
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-7/+13
| | | | | | | This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices.
* Add a blank line to my contributed find modules to prevent copyright info ↵Philip Lowman2009-09-221-1/+1
| | | | from showing up in CMake docs
* ENH: NEW: FindGTK2 modulePhilip Lowman2009-03-221-0/+540