cmake: add patch to fix FindQt4 issue
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 8 Feb 2011 07:45:17 +0000 (08:45 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 8 Feb 2011 14:43:02 +0000 (15:43 +0100)
commit7a0d6b4730815f6edeb9f024e4023bd7be378fd1
tree377aedc680f2f59043fa70ef676ea86d0bd46e12
parent33eac4b511cd5f24b6bb393d32260aaec1651e1d
cmake: add patch to fix FindQt4 issue

The FindQt4 module of CMake insists on having uic, even if the QtGui
module isn't part of the requirements to build the program. This isn't
correct, as Qt doesn't build/install the uic program when QtGui is
disabled (uic is used to generate some UI code).

This has been fixed upstream in
http://cmake.org/gitweb?p=cmake.git;a=commit;h=43cb9b8276a70d153d56a69d5c61daaf2bc51b78. This
commit will be part of the upcoming 2.8.4 CMake release, but in the
mean time, let's include it in Buildroot.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/cmake/cmake-2.8.3-qt4-fix.patch [new file with mode: 0644]