From 5e93bb59c07c06d2dbf3a816d0154fa40a995d07 Mon Sep 17 00:00:00 2001 From: HanzZ Date: Sat, 1 Sep 2012 21:07:40 +0200 Subject: [PATCH] include dbus-glib include dirs --- CMakeLists.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6015a7d8..8eb9a197 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -201,15 +201,16 @@ if (PROTOBUF_FOUND) if (NOT WIN32) message("Frotz plugin : yes") message("SMSTools3 plugin : yes") -else() - message("Frotz plugin : no") - message("SMSTools3 plugin : no") if(${LIBDBUSGLIB_FOUND}) message("Skype plugin : yes") include_directories(${LIBDBUSGLIB_INCLUDE_DIRS}) else() message("Skype plugin : no (install dbus-glib-devel)") endif() +else() + message("Frotz plugin : no") + message("SMSTools3 plugin : no") + message("Skype plugin : no") endif() # We have our own copy now...