1271.1.1
by Monty Taylor
Added libnotify plugin. |
1 |
[plugin]
|
2 |
title=libnotify Error Message Plugin |
|
3 |
description=Errmsg Plugin that sends messages to libnotify. |
|
4 |
version=1.0 |
|
5 |
author=Monty Taylor |
|
6 |
license=PLUGIN_LICENSE_GPL |
|
7 |
sources=errmsg_notify.cc |
|
1935.2.3
by Monty Taylor
Fix usage of -I flags for pkg-config. |
8 |
cxxflags=${libnotifymm_CFLAGS} ${gtkmm_CFLAGS} |
1271.1.2
by Monty Taylor
Fixed the errmsg_notify plugin. |
9 |
ldflags=${libnotifymm_LIBS} ${gtkmm_LIBS} |
1271.1.1
by Monty Taylor
Added libnotify plugin. |
10 |
build_conditional="${ac_cv_have_libnotifymm}" = "yes" -a "${ac_cv_have_gtkmm}" = "yes" |