colord-kde: fix build
This commit is contained in:
parent
cf9ddb27d6
commit
4ebc7f74f7
@ -14,6 +14,9 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [ colord libX11 libXrandr lcms2 kdelibs ];
|
||||
|
||||
patches = [ ./fix_check_include_files.patch ];
|
||||
patchFlags = [ "-p0" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
|
9
pkgs/tools/misc/colord-kde/fix_check_include_files.patch
Normal file
9
pkgs/tools/misc/colord-kde/fix_check_include_files.patch
Normal file
@ -0,0 +1,9 @@
|
||||
--- CMakeLists.txt.orig 2013-05-01 05:04:34.000000000 +1000
|
||||
+++ CMakeLists.txt 2015-12-10 20:43:51.351800988 +1100
|
||||
@@ -9,6 +9,7 @@
|
||||
include(FindPkgConfig)
|
||||
include(KDE4Defaults)
|
||||
+include(CheckIncludeFiles)
|
||||
include(ConfigureChecks.cmake)
|
||||
|
||||
message(STATUS "X randr is required, found: " ${XRANDR_1_3_FOUND})
|
Loading…
Reference in New Issue
Block a user