Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 363321 | Differences between
and this patch

Collapse All | Expand All

(-)configure.ac.org (-1 / +1 lines)
Lines 136-142 Link Here
136
PKG_CHECK_MODULES(COMPIZMOUSEPOLL, compiz-mousepoll, [have_compiz_mousepoll=yes], [have_compiz_mousepoll=no])
136
PKG_CHECK_MODULES(COMPIZMOUSEPOLL, compiz-mousepoll, [have_compiz_mousepoll=yes], [have_compiz_mousepoll=no])
137
AM_CONDITIONAL(SHOWMOUSE_PLUGIN, test "x$have_compiz_mousepoll" = "xyes")
137
AM_CONDITIONAL(SHOWMOUSE_PLUGIN, test "x$have_compiz_mousepoll" = "xyes")
138
138
139
PKG_CHECK_MODULES(LIBNOTIFY, libnotify gtk+-2.0, [have_libnotify=yes], [have_libnotify=no])
139
AC_ARG_WITH([libnotify], [AS_HELP_STRING([--with-libnotify], [Build without libnotify support @<:@default=auto@:>@])])
140
AM_CONDITIONAL(NOTIFICATION_PLUGIN, test "x$have_libnotify" = "xyes")
140
AM_CONDITIONAL(NOTIFICATION_PLUGIN, test "x$have_libnotify" = "xyes")
141
if test "$have_libnotify" = yes; then
141
if test "$have_libnotify" = yes; then
142
  AC_DEFINE(USE_NOTIFICATION, 1, [Build notification plugin])
142
  AC_DEFINE(USE_NOTIFICATION, 1, [Build notification plugin])

Return to bug 363321