Require startup-notification 0.7

Fri Jun 25 17:41:53 2004  Soeren Sandmann  <sandmann@daimi.au.dk>

       * configure.in: Require startup-notification 0.7
This commit is contained in:
Soeren Sandmann 2004-07-01 19:38:03 +00:00 committed by Søren Sandmann Pedersen
parent ef3d6a5d4e
commit 3e95ae127b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Fri Jun 25 17:41:53 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* configure.in: Require startup-notification 0.7
2004-06-25 Rob Adams <readams@readams.net>
* COMPLIANCE: indicate that _NET_WM_USER_TIME is now supported

View File

@ -153,7 +153,7 @@ else
AC_MSG_ERROR("Pango 1.2.0 or greater based on Xft2 is required")
fi
STARTUP_NOTIFICATION_VERSION=0.4
STARTUP_NOTIFICATION_VERSION=0.7
AC_MSG_CHECKING([Startup notification library >= $STARTUP_NOTIFICATION_VERSION])
if $PKG_CONFIG --atleast-version $STARTUP_NOTIFICATION_VERSION libstartup-notification-1.0; then
have_startup_notification=yes