3
0
Fork 0
forked from mirrors/nixpkgs

Fix digikam buld

svn path=/nixpkgs/trunk/; revision=24270
This commit is contained in:
Yury G. Kudryashov 2010-10-14 09:52:10 +00:00
parent b421bbd0ea
commit 1bda7748da
2 changed files with 14 additions and 0 deletions

View file

@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
KDEDIRS=kdeedu;
patches = [ ./include.diff ];
meta = {
description = "Photo Management Program";
license = "GPL";

View file

@ -0,0 +1,12 @@
diff --git a/libs/imageproperties/markerclusterholderplugin/CMakeLists.txt b/libs/imageproperties/markerclusterholderplugin/CMakeLists.txt
index 9ee36cc..c6e5c00 100644
--- a/libs/imageproperties/markerclusterholderplugin/CMakeLists.txt
+++ b/libs/imageproperties/markerclusterholderplugin/CMakeLists.txt
@@ -18,6 +18,7 @@ IF(MARBLEWIDGET_SUPPORTS_PLUGINS)
INCLUDE_DIRECTORIES( ${CMAKE_CURRENT_SOURCE_DIR}/libs/imageproperties/markerclusterholderplugin/
${CMAKE_BINARY_DIR}/libs/imageproperties/markerclusterholderplugin/
+ ${LIBMARBLEWIDGET_INCLUDE_DIR}/..
${QT_INCLUDE_DIR}
)