projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd4ecce
)
libpgme: add gnupg dependency again
author
Peter Wagner
<tripolar@gmx.at>
Wed, 30 Oct 2013 01:16:59 +0000
(
01:16
+0000)
committer
Peter Wagner
<tripolar@gmx.at>
Wed, 30 Oct 2013 01:16:59 +0000
(
01:16
+0000)
Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 38584
libs/gpgme/Makefile
patch
|
blob
|
history
diff --git
a/libs/gpgme/Makefile
b/libs/gpgme/Makefile
index 305ec0a6569094a9ae1fea7cf59e46adcf5eb924..c68075869e8a1a5060fd7776b0cd561018a1e606 100644
(file)
--- a/
libs/gpgme/Makefile
+++ b/
libs/gpgme/Makefile
@@
-23,7
+23,7
@@
define Package/libgpgme
SECTION:=libs
CATEGORY:=Libraries
TITLE:=GnuPG Made Easy library
- DEPENDS:=+libassuan +libpthread
+ DEPENDS:=+
gnupg +
libassuan +libpthread
URL:=http://www.gnupg.org/
endef