diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 15:30:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 15:30:51 +0200 |
commit | 53a04c2cc20d7fc34a6d772571b41e37c432e22b (patch) | |
tree | 34daba79a0ccf571bd19ee8420a274d55b167ece /package/libnotify/Makefile | |
parent | 0e5494c148d3385fb7d5e463b0aaa5448dcd825d (diff) |
remove PKG_NEED_CXX
Diffstat (limited to 'package/libnotify/Makefile')
-rw-r--r-- | package/libnotify/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libnotify/Makefile b/package/libnotify/Makefile index a1ca81c7d..221b1173b 100644 --- a/package/libnotify/Makefile +++ b/package/libnotify/Makefile @@ -9,10 +9,10 @@ PKG_RELEASE:= 3 PKG_MD5SUM:= 472e2c1f808848365572a9b024d9e8f5 PKG_DESCR:= notify library PKG_SECTION:= libs +PKG_DEPENDS:= libstdcxx 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 PKG_OPTS:= dev DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |