Disable growl for now, it's broken when using configure (seems to get installed twice), also no x64 package yet anyway.
parent
aafdb0eef9
commit
a2199b1720
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Reference in New Issue