| Age | Commit message (Collapse) | Author |
|
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.
|
|
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.
|
|
Karl discovered an issue with the last change to FindImageMagick.cmake.
|
|
The file I added was from Cmake 2.8 and didn't know how to detect ImageMagick-6 on Linux.
|
|
Modified CMake ImageMagick detection logic to work with CMake 2.8.
|
|
Older versions of Cmake didn't like the newer script.
|
|
Also includes changes to allow simultaneous 32-bit and 64-bit Windows builds.
|
|
|
|
|
|
|
|
Add cmake rules to build libintelkmd.a, which implements our KMD interface
using our own stripped-down libdrm. This removes libdrm dependency.
|
|
Add Find{DRM,UDev,XCB}.cmake. Require 2.8.11 for FOUND_VAR support in
find_package_handle_standard_args().
|
|
It is unused. Could be revived anytime if found useful.
|
|
|