eekboard: use libnotify to display notification.

This commit is contained in:
Daiki Ueno
2010-08-09 11:10:52 +09:00
parent 65c1abbe27
commit 828fc553b4
3 changed files with 48 additions and 5 deletions

View File

@ -45,6 +45,8 @@ PKG_CHECK_MODULES([LIBFAKEKEY], [libfakekey], ,
[AC_MSG_ERROR([libfakekey not found])])
PKG_CHECK_MODULES([CSPI], [cspi-1.0], ,
[AC_MSG_ERROR([AT-SPI C not found])])
PKG_CHECK_MODULES([NOTIFY], [libnotify], ,
[AC_MSG_ERROR([libnotify not found])])
AC_MSG_CHECKING([whether you enable Vala language support])
AC_ARG_ENABLE(vala,