mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
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:
parent
ef3d6a5d4e
commit
3e95ae127b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user