From patchwork Sun Apr 10 09:41:21 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 608480 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 3qjSt930l2z9t42 for ; Sun, 10 Apr 2016 19:42:57 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B3DC391201; Sun, 10 Apr 2016 09:42:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dGMRSp8-ZR77; Sun, 10 Apr 2016 09:42:53 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 89F1391531; Sun, 10 Apr 2016 09:42:16 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 5BC491C1562 for ; Sun, 10 Apr 2016 09:41:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 57BE526795 for ; Sun, 10 Apr 2016 09:41:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Au3XM728zI0c for ; Sun, 10 Apr 2016 09:41:56 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by silver.osuosl.org (Postfix) with ESMTPS id 4AC6324709 for ; Sun, 10 Apr 2016 09:41:56 +0000 (UTC) Received: from fwd28.aul.t-online.de (fwd28.aul.t-online.de [172.20.26.133]) by mailout01.t-online.de (Postfix) with SMTP id 2125317BE1C for ; Sun, 10 Apr 2016 11:41:54 +0200 (CEST) Received: from fli4l.lan.fli4l (JbQZAqZXohEVMv5qfWll5-xeXhrjemFB7x-CupXh-Jc3thOpkXZgwoOF+LXlNe6ZPw@[84.191.195.10]) by fwd28.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1apBsL-2I6i2a0; Sun, 10 Apr 2016 11:41:49 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:54826 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.87) (envelope-from ) id 1apBsK-0001lY-Gk; Sun, 10 Apr 2016 11:41:48 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 10 Apr 2016 11:41:21 +0200 Message-Id: <1460281299-2385-14-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.8.0.rc3 In-Reply-To: <1460281299-2385-1-git-send-email-bernd.kuhls@t-online.de> References: <1460281299-2385-1-git-send-email-bernd.kuhls@t-online.de> X-ID: JbQZAqZXohEVMv5qfWll5-xeXhrjemFB7x-CupXh-Jc3thOpkXZgwoOF+LXlNe6ZPw X-TOI-MSGID: 2a47985b-fbbb-44b2-b918-ad0892611c3a Cc: Bernd Kuhls Subject: [Buildroot] [PATCH v12 13/31] package/freeswitch: add optional dependency to libg7221 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/freeswitch/freeswitch.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/freeswitch/freeswitch.mk b/package/freeswitch/freeswitch.mk index 64d7ffe..7afa601 100644 --- a/package/freeswitch/freeswitch.mk +++ b/package/freeswitch/freeswitch.mk @@ -166,6 +166,10 @@ else FREESWITCH_CONF_OPTS += --disable-core-libedit-support endif +ifeq ($(BR2_PACKAGE_LIBG7221),y) +FREESWITCH_DEPENDENCIES += libg7221 +endif + ifeq ($(BR2_PACKAGE_LIBLDNS),y) FREESWITCH_DEPENDENCIES += libldns FREESWITCH_ENABLED_MODULES += applications/mod_enum