From kde-commits Sat Oct 01 12:04:50 2011 From: Till Adam Date: Sat, 01 Oct 2011 12:04:50 +0000 To: kde-commits Subject: [kdepim] /: Disable the feeder on Mac as well. Message-Id: <20111001120450.CDD6DA60A6 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=131747071521454 Git commit cc2df2a63c635876f07ce974e07887e0eebc4874 by Till Adam. Committed on 25/09/2011 at 19:12. Pushed by tilladam into branch 'master'. Disable the feeder on Mac as well. M +1 -1 CMakeLists.txt http://commits.kde.org/kdepim/cc2df2a63c635876f07ce974e07887e0eebc4874 diff --git a/CMakeLists.txt b/CMakeLists.txt index aae2aa1..8c28d26 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -360,7 +360,7 @@ endif (NOT WINCE) # disabled until Strigi dep is removed if (NOT WINCE AND NOT KDEPIM_NO_NEPOMUK) - if (NOT WIN32) + if (NOT WIN32 AND NOT APPLE) # The nepomuk_email_feeder uses symbols from kde-runtime. # On Windows you can not link a DLL with undefined # Symbols so this has to be disabled