comparison configure @ 2067:3ccd0da07514

Mac: Initial notification support for the Mac.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 14 May 2020 13:13:45 +0000
parents 1a93c508bb51
children 498bdd71a556
comparison
equal deleted inserted replaced
2066:2c2530f8cbef 2067:3ccd0da07514
4674 SOSUFFIX=dylib 4674 SOSUFFIX=dylib
4675 DW_DIR=mac 4675 DW_DIR=mac
4676 DW_SRC=dw.m 4676 DW_SRC=dw.m
4677 DW_DEFINE=__MAC__ 4677 DW_DEFINE=__MAC__
4678 LIBS="$LIBS -framework Cocoa -framework WebKit" 4678 LIBS="$LIBS -framework Cocoa -framework WebKit"
4679 OSVER=`uname -r`
4680 if test $OSVER > 17.9.9; then
4681 LIBS="$LIBS -framework UserNotifications"
4682 fi
4679 build_gtk="no" 4683 build_gtk="no"
4680 ;; 4684 ;;
4681 *) 4685 *)
4682 ;; 4686 ;;
4683 esac 4687 esac