diff options
author | Phil Sutter <phil@nwl.cc> | 2014-06-17 03:07:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-18 09:10:35 +0200 |
commit | 24dbabef0044b976454623d8355f7d2c40e31ef4 (patch) | |
tree | 1f8c8c639fe8f66c4cc89568ff5a57d0990ca80d /package/asterisk | |
parent | 51454fd44949be342b73159f6329b389aaf17eae (diff) |
package/asterisk: drop needless dependency on gtk+
Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'package/asterisk')
-rw-r--r-- | package/asterisk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/asterisk/Makefile b/package/asterisk/Makefile index 42291b7e0..0afdebb87 100644 --- a/package/asterisk/Makefile +++ b/package/asterisk/Makefile @@ -11,7 +11,7 @@ PKG_DESCR:= open source pbx PKG_SECTION:= net/voip PKG_DEPENDS:= libncurses libpthread libopenssl libcurl libstdcxx PKG_DEPENDS+= libsqlite -PKG_BUILDDEP:= autotool ncurses openssl zlib curl popt gtk+ libjansson +PKG_BUILDDEP:= autotool ncurses openssl zlib curl popt libjansson PKG_BUILDDEP+= sqlite PKG_URL:= http://www.asterisk.org/ PKG_SITES:= http://downloads.asterisk.org/pub/telephony/asterisk/releases/ |