summaryrefslogtreecommitdiff
path: root/package/libnotify
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-10-04 11:08:41 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-10-04 11:08:41 +0200
commitd4f11ef90a78d15e2f39800831e9dec1be1a9d1a (patch)
tree0a8aa2b28621be5470ce20c8654e0525485ddb91 /package/libnotify
parentcf73ea6be5740ff5d31c09ec178cf6d4e4fdb1bc (diff)
fix missing build dependency
Diffstat (limited to 'package/libnotify')
-rw-r--r--package/libnotify/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libnotify/Makefile b/package/libnotify/Makefile
index 2be5cb7fc..038a3dd85 100644
--- a/package/libnotify/Makefile
+++ b/package/libnotify/Makefile
@@ -5,11 +5,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= libnotify
PKG_VERSION:= 0.4.5
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 472e2c1f808848365572a9b024d9e8f5
PKG_DESCR:= notify library
PKG_SECTION:= libs
-PKG_BUILDDEP:= gtk+
+PKG_BUILDDEP:= gtk+ dbus-glib
PKG_URL:= http://www.galago-project.org/
PKG_SITES:= http://www.galago-project.org/files/releases/source/libnotify/
PKG_NEED_CXX:= 1