summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Collapse)AuthorFilesLines
2017-05-18Add missing FindKMS.cmake fileHEADmasterKeith Packard1-0/+33
Signed-off-by: Keith Packard <keithp@keithp.com>
2017-03-14build: Add uninstall target for LinuxKarl Schultz1-0/+21
Change-Id: I0addef3265b5a2b5ec7b902d9c0086725a2ebb15
2016-12-09Cmake: Add files needed to build with MirTony Barbour1-0/+37
Change-Id: I640e45db5d586a379674fb209e38075ba7f0cf29
2016-09-26build: Fix ImageMagick_Magick++ searchMike Stroyan1-1/+1
One cmake test was looking at ImageMagick_MagickWand_INCLUDE_DIR instead of ImageMagick_Magick++_INCLUDE_DIR
2016-09-26build: UNSET cache variables for FIND_IMAGEMAGICK_APIMike Stroyan1-0/+4
The way that the ImageMagick component search calls find_path multiple times with the same variable but different names does not expect old cache values in the variable.
2016-09-16build: FindImageMagick file needed updating.Mark Young1-38/+111
Incorrectly updated the one in VulkanTools insteda of the one in LoaderAndValidationLayers. Thanks to Arda for the catch (even though I originally thought he messed up). Change-Id: Ic60d68d9c17437c4c711a8b359a8ad9246537e30
2016-06-29demos: GH692 Added a supporting of wayland wsiMun Gwan-gyeong1-0/+66
Added a supporting of wayland wsi to cube, tri and smoke. Change-Id: Ifa291d334cb1ed54018573c970078051c6867d96 Signed-off-by: Mun Gwan-gyeong <elongbug@gmail.com>
2016-01-26loader: Removed CMake 2.8 files which broke CMake 3.x.Mark Young3-130/+0
The CMake support files which I added as part of the FindImageMagick.cmake commit, were not required when we rolled back the files to 2.8. This caused the XCB code to use the wrong version of the file on some machines which resulted in XCB not being properly detected.
2016-01-26loader: Fixed issue with Linux when ImageMagick-5 installed.Mark Young1-3/+5
Last changes made ImageMagick-6 work, but broke ImageMagick-5. The issue is that the _ARCH_INCLUDE directories are only present for ImageMagick-6 and newer. So, Cmake was attempting to use an undefined variable.
2016-01-26loader: Further ImageMagick detection fixMark Young1-1/+1
Karl discovered an issue with the last change to FindImageMagick.cmake.
2016-01-26FIXES: Fixed ImageMagick-6 detection with modified FindImageMagic.cmake fileMark Young1-7/+20
The file I added was from Cmake 2.8 and didn't know how to detect ImageMagick-6 on Linux.
2016-01-25BUILD: Modified CMake ImageMagick detection logic to work with CMake 2.8.Mark Young6-769/+254
Modified CMake ImageMagick detection logic to work with CMake 2.8.
2016-01-25Loader: Fix 32-bit Cmake detection of ImageMagickMark Young1-15/+20
Older versions of Cmake didn't like the newer script.
2016-01-25Win32: Get 32-bit Windows build workingMark Young4-0/+963
Also includes changes to allow simultaneous 32-bit and 64-bit Windows builds.
2015-12-04Fixes, that build is possible with Xlib configuration.FslNopper1-0/+32
2015-11-04misc: switch copyright to ValveCourtney Goeltzenleuchter5-5/+5
2015-02-25cmake: remove unused FindDRM.cmakeChia-I Wu1-57/+0
2015-02-25intel: add and link with libintelkmd.aChia-I Wu3-0/+64
Add cmake rules to build libintelkmd.a, which implements our KMD interface using our own stripped-down libdrm. This removes libdrm dependency.
2015-02-04cmake: add find modulesChia-I Wu3-0/+136
Add Find{DRM,UDev,XCB}.cmake. Require 2.8.11 for FOUND_VAR support in find_package_handle_standard_args().
2014-09-18delete GitSHA1.c generationChia-I Wu2-168/+0
It is unused. Could be revived anytime if found useful.
2014-08-01intel: Add support for git ID in version stringCourtney Goeltzenleuchter2-0/+168