1 2 3 4 5 6 7 8 9 10 |
[plugin] title=libnotify Error Message Plugin description=Errmsg Plugin that sends messages to libnotify. version=1.0 author=Monty Taylor license=PLUGIN_LICENSE_GPL sources=errmsg_notify.cc cxxflags=${libnotifymm_CFLAGS} ${gtkmm_CFLAGS} ldflags=${libnotifymm_LIBS} ${gtkmm_LIBS} build_conditional="${ac_cv_have_libnotifymm}" = "yes" -a "${ac_cv_have_gtkmm}" = "yes" |