include dbus-glib include dirs
This commit is contained in:
parent
84d5276afd
commit
5e93bb59c0
1 changed files with 4 additions and 3 deletions
|
@ -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...
|
||||
|
|
Loading…
Add table
Reference in a new issue