From patchwork Tue Jul 14 19:42:55 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 495223 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id A18B314077C for ; Wed, 15 Jul 2015 05:44:23 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=TEPszSrX; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id DCD0F32C65; Tue, 14 Jul 2015 19:44:22 +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 Wc66ZI+cqeou; Tue, 14 Jul 2015 19:44:16 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 6ABB933029; Tue, 14 Jul 2015 19:44:14 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 23EFB1C279A for ; Tue, 14 Jul 2015 19:44:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 20A3591DA8 for ; Tue, 14 Jul 2015 19:44:13 +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 B-m8sHCD-mTe for ; Tue, 14 Jul 2015 19:44:12 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3BA9D91DA0 for ; Tue, 14 Jul 2015 19:44:12 +0000 (UTC) Received: from asgard (cpe-186-22-136-136.telecentro-reversos.com.ar [186.22.136.136] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id t6EJi5aI031841 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 14 Jul 2015 19:44:08 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1436903050; bh=6f3onevn+KcNNPfwcRT+0h5OqJjfFt2yc4hErOIfViU=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=TEPszSrXsbWM8nFzYMpW8rlp5hvRss7NknI7rhPs4W/mZE5rPUtXidHT8IYz9sJCw POP2ZeDyCQ/qg+/ha2qxMmeunG6mH0ZyOQ6Ip3oAPAPW8QMZf/ODvPut+gbpXP+h94 bSc7DAa7RTvYy/ffbHm8ytPuHiBugdQIygCEVPII= Received: by asgard (sSMTP sendmail emulation); Tue, 14 Jul 2015 16:44:00 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 14 Jul 2015 16:42:55 -0300 Message-Id: <1436902975-5004-7-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.3.6 In-Reply-To: <1436902975-5004-1-git-send-email-gustavo@zacarias.com.ar> References: <1436902975-5004-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH v5 6/6] libgail: mark as deprecated 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" Mark libgail as deprecated now that midori has been updated to use webkitgtk24 and the only package that uses it (webkit) has been deprecated. Signed-off-by: Gustavo Zacarias --- package/libgail/Config.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/libgail/Config.in b/package/libgail/Config.in index 3967083..5e4f03b 100644 --- a/package/libgail/Config.in +++ b/package/libgail/Config.in @@ -6,6 +6,7 @@ config BR2_PACKAGE_LIBGAIL depends on BR2_INSTALL_LIBSTDCPP # pango -> freetype depends on BR2_ARCH_HAS_ATOMICS # pango -> cairo depends on BR2_PACKAGE_LIBGTK2 + depends on BR2_DEPRECATED_SINCE_2015_08 select BR2_PACKAGE_PANGO help GAIL provides accessibility support for gtk+ and @@ -27,3 +28,4 @@ comment "libgail needs a toolchain w/ C++, wchar, threads" depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS depends on BR2_USE_MMU depends on BR2_ARCH_HAS_ATOMICS + depends on BR2_DEPRECATED_SINCE_2015_08