diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb b/meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb new file mode 100644 index 0000000000..2ff6879f19 --- /dev/null +++ b/meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | DESCRIPTION = "Send desktop notifications to a notification daemon" | ||
| 2 | SECTION = "libs" | ||
| 3 | LICENSE = "LGPLv2.1" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | ||
| 5 | |||
| 6 | DEPENDS = "dbus gtk+3" | ||
| 7 | |||
| 8 | BPN = "libnotify" | ||
| 9 | |||
| 10 | inherit gnome lib_package | ||
| 11 | |||
