Require libstartup-notification 0.8
This commit is contained in:
parent
49b14e7bf5
commit
3ba02608cf
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ AC_ARG_ENABLE(startup-notification,
|
||||||
)
|
)
|
||||||
|
|
||||||
if test "$enable_sn" = yes; then
|
if test "$enable_sn" = yes; then
|
||||||
PKG_CHECK_MODULES(LIBSN, [libstartup-notification-1.0],
|
PKG_CHECK_MODULES(LIBSN, [libstartup-notification-1.0 >= 0.8],
|
||||||
[
|
[
|
||||||
AC_DEFINE(USE_LIBSN, [1], [Use startup-notification])
|
AC_DEFINE(USE_LIBSN, [1], [Use startup-notification])
|
||||||
AC_SUBST(LIBSN_CFLAGS)
|
AC_SUBST(LIBSN_CFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue