Disable growl for now, it's broken when using configure (seems to get installed twice), also no x64 package yet anyway.

master
Nicky 2015-05-05 14:14:18 +02:00
parent aafdb0eef9
commit a2199b1720
1 changed files with 6 additions and 5 deletions

View File

@ -12,11 +12,12 @@ if (USESYSTEMLIBS)
#set(GROWL_LIBRARY ${LIBNOTIFY_LIBRARIES})
else (USESYSTEMLIBS)
if (DARWIN OR WINDOWS)
include(Prebuilt)
use_prebuilt_binary(Growl)
set(GROWL_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include/Growl)
set(GROWL_LIBRARY growl++)
add_definitions( -DHAS_GROWL)
# Growl is making some problems still
# include(Prebuilt)
# use_prebuilt_binary(Growl)
# set(GROWL_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include/Growl)
# set(GROWL_LIBRARY growl++)
# add_definitions( -DHAS_GROWL)
elseif (LINUX)
add_definitions( -DHAS_GROWL)
endif ()